Spaces:
Build error
Build error
pytorch version
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
torchaudio
|
5 |
einops
|
6 |
shapely
|
7 |
timm
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.9.1+cu113
|
3 |
+
torchvision==0.10.1+cu113
|
|
|
4 |
einops
|
5 |
shapely
|
6 |
timm
|