Spaces:
Build error
Build error
geopavlakos
commited on
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
|
5 |
pytorch-lightning
|
6 |
smplx==0.1.28
|
@@ -21,4 +21,5 @@ mmcv-full==1.3.9
|
|
21 |
numpy==1.23.3
|
22 |
json_tricks
|
23 |
munkres
|
24 |
-
chumpy
|
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
torch==1.10.0+cu113
|
3 |
+
torchvision==0.11.0+cu113
|
4 |
|
5 |
pytorch-lightning
|
6 |
smplx==0.1.28
|
|
|
21 |
numpy==1.23.3
|
22 |
json_tricks
|
23 |
munkres
|
24 |
+
chumpy
|
25 |
+
detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu113/torch1.10/index.html
|