Spaces:
Runtime error
Runtime error
torchvision 0.13.0 wants torch 0.12.0 so I'm giving it 0.12.0
Browse files- requirements.txt +1 -1
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.12.
|
11 |
torchvision==0.13.0+cu113
|
12 |
xformers
|
|
|
7 |
flax
|
8 |
pillow
|
9 |
-f https://download.pytorch.org/whl/torch_stable.html
|
10 |
+
torch==1.12.0+cu113
|
11 |
torchvision==0.13.0+cu113
|
12 |
xformers
|