Skip to content

Commit

Permalink
Bump optimum version (#2984)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Oct 15, 2024
1 parent f97657d commit a4be00f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -100,4 +100,4 @@ testpaths = [
addopts = "--strict-markers -m 'not slow'"
markers = [
"slow: marks tests as slow"
]
]

0 comments on commit a4be00f

Please sign in to comment.