We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f993c05 commit bde9015Copy full SHA for bde9015
setup.py
@@ -32,7 +32,7 @@
32
33
extras["st"] = ["sentence_transformers==2.7.0"]
34
extras["diffusers"] = ["diffusers==0.26.3", "accelerate==0.30.1"]
35
-extras["torch"] = ["torch==2.3.0", "torchvision", "torchaudio"]
+extras["torch"] = ["torch==2.2.2", "torchvision", "torchaudio"]
36
extras["test"] = [
37
"pytest==7.2.1",
38
"pytest-xdist",
0 commit comments