Spaces:
Build error
Build error
neverix
commited on
Commit
•
7a4c1cd
1
Parent(s):
406aa2d
Change requirements
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
1 |
pytorch3d==0.6.2
|
2 |
transformers==4.10.3
|
3 |
-
|
4 |
-
|
|
|
5 |
clip
|
6 |
gradio
|
|
|
1 |
+
-i https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1110/download.html
|
2 |
pytorch3d==0.6.2
|
3 |
transformers==4.10.3
|
4 |
+
-i https://download.pytorch.org/whl/cu113
|
5 |
+
torch==1.11.0
|
6 |
+
torchvision==0.12.0
|
7 |
clip
|
8 |
gradio
|