Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
awinml committed Feb 8, 2024
1 parent 7112573 commit aa1d04d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions integrations/optimum/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,7 @@ dependencies = [
"haystack-ai",
"transformers[sentencepiece]==4.36.2",
"sentence-transformers>=2.2.0",
]

[project.optional-dependencies]
cpu = [
"optimum[onnxruntime]==1.15.0",
]
gpu = [
"optimum[onnxruntime-gpu]==1.15.0",
"optimum[onnxruntime]==1.15.0"
]

[project.urls]
Expand Down

0 comments on commit aa1d04d

Please sign in to comment.