From a4be00f3fcb635f536566044d40c41513a495818 Mon Sep 17 00:00:00 2001 From: Ella Charlaix <80481427+echarlaix@users.noreply.github.com> Date: Tue, 15 Oct 2024 09:40:20 +0200 Subject: [PATCH] Bump optimum version (#2984) --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 830d6bb8c..11550a5e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ Repository = "https://github.com/UKPLab/sentence-transformers/" [project.optional-dependencies] train = ["datasets", "accelerate>=0.20.3"] -onnx = ["optimum[onnxruntime]>=1.23.0"] -onnx-gpu = ["optimum[onnxruntime-gpu]>=1.23.0"] +onnx = ["optimum[onnxruntime]>=1.23.1"] +onnx-gpu = ["optimum[onnxruntime-gpu]>=1.23.1"] openvino = ["optimum-intel[openvino]>=1.20.0"] dev = ["datasets", "accelerate>=0.20.3", "pre-commit", "pytest", "pytest-cov"] @@ -100,4 +100,4 @@ testpaths = [ addopts = "--strict-markers -m 'not slow'" markers = [ "slow: marks tests as slow" -] \ No newline at end of file +]