Spaces:
Runtime error
Runtime error
Commit
Β·
00d56f0
1
Parent(s):
86a0c05
update pytorch version
Browse files- pre-requirements.txt +2 -2
pre-requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
-
torch==2.2.
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
-
xformers==0.0.25.post1
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
torch==2.2.0
|
3 |
torchvision
|
4 |
torchaudio
|
5 |
+
xformers==0.0.25.post1
|