Spaces:
Build error
Build error
geopavlakos
commited on
Commit
•
b9669b5
1
Parent(s):
0977d35
Update requirements.txt
Browse files- requirements.txt +4 -5
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,5 +21,4 @@ mmcv-full==1.3.9
|
|
21 |
numpy==1.23.3
|
22 |
json_tricks
|
23 |
munkres
|
24 |
-
chumpy
|
25 |
-
detectron2
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu116
|
2 |
+
torch==1.13.1+cu116
|
3 |
+
torchvision==0.14.1+cu116
|
4 |
|
5 |
pytorch-lightning
|
6 |
smplx==0.1.28
|
|
|
21 |
numpy==1.23.3
|
22 |
json_tricks
|
23 |
munkres
|
24 |
+
chumpy
|
|