Spaces:
Runtime error
Runtime error
brjathu
commited on
Commit
•
0a3baa8
1
Parent(s):
6481b0b
Adding HF files
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -10,8 +10,13 @@
|
|
10 |
# OmegaConf
|
11 |
|
12 |
# --extra-index-url https://download.pytorch.org/whl/cu116
|
13 |
-
torch==1.13
|
14 |
-
torchvision==0.14
|
|
|
|
|
|
|
|
|
|
|
15 |
pytorch-lightning
|
16 |
smplx==0.1.28
|
17 |
opencv-python
|
|
|
10 |
# OmegaConf
|
11 |
|
12 |
# --extra-index-url https://download.pytorch.org/whl/cu116
|
13 |
+
# torch==1.13.1+cu116
|
14 |
+
# torchvision==0.14.1+cu116
|
15 |
+
|
16 |
+
|
17 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
18 |
+
torch==1.13.1+cpu
|
19 |
+
torchvision==0.14.1+cpu
|
20 |
pytorch-lightning
|
21 |
smplx==0.1.28
|
22 |
opencv-python
|