Spaces:
Runtime error
Runtime error
switch to a less cursed version of pytorch and torchvision
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -7,6 +7,6 @@ transformers
|
|
7 |
flax
|
8 |
pillow
|
9 |
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
-
torch==1.
|
11 |
-
torchvision==0.
|
12 |
xformers
|
|
|
7 |
flax
|
8 |
pillow
|
9 |
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
+
torch==1.12.1+cu113
|
11 |
+
torchvision==0.13.0+cu113
|
12 |
xformers
|