From 25693de89a6984b44236bf4141e3d750c1f48ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 05:24:35 +0000 Subject: [PATCH] Bump optimum from 1.13.1 to 1.13.2 in /runtimes/huggingface Bumps [optimum](https://github.com/huggingface/optimum) from 1.13.1 to 1.13.2. - [Release notes](https://github.com/huggingface/optimum/releases) - [Commits](https://github.com/huggingface/optimum/compare/v1.13.1...v1.13.2) --- updated-dependencies: - dependency-name: optimum dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- runtimes/huggingface/poetry.lock | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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\""}