diff --git a/runtimes/huggingface/poetry.lock b/runtimes/huggingface/poetry.lock index d85f5e2f8..b558240f1 100644 --- a/runtimes/huggingface/poetry.lock +++ b/runtimes/huggingface/poetry.lock @@ -2418,13 +2418,12 @@ tests = ["pytest", "pytest-cov", "pytest-pep8"] [[package]] name = "optimum" -version = "1.13.1" +version = "1.13.2" description = "Optimum Library is an extension of the Hugging Face Transformers library, providing a framework to integrate third-party libraries from Hardware Partners and interface with their specific functionality." optional = false python-versions = ">=3.7.0" files = [ - {file = "optimum-1.13.1-py3-none-any.whl", hash = "sha256:6e9ea6e806fdb9aa96171a438465a0d264c4c9d3d1640c28783fd7b5a381ed5b"}, - {file = "optimum-1.13.1.tar.gz", hash = "sha256:9ded511d0dd12166a668edb45553fa9d1d0fc363ab657eebfc19126c06f18e75"}, + {file = "optimum-1.13.2.tar.gz", hash = "sha256:a637ce85881019333f40f19ae7ee8ae9e22e2346cdd4f25b9b07be3a95ca4962"}, ] [package.dependencies] @@ -2434,7 +2433,7 @@ datasets = [ {version = ">=1.2.1", optional = true, markers = "extra == \"onnxruntime\""}, ] evaluate = {version = "*", optional = true, markers = "extra == \"onnxruntime\""} -huggingface-hub = ">=0.8.0" +huggingface_hub = ">=0.8.0" numpy = "*" onnx = {version = "*", optional = true, markers = "extra == \"onnxruntime\""} onnxruntime = {version = ">=1.11.0", optional = true, markers = "extra == \"onnxruntime\""}