Spaces:
Runtime error
Runtime error
rockeycoss
commited on
Commit
·
cf99985
1
Parent(s):
a394c57
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
torchvision
|
3 |
cython
|
4 |
numpy
|
@@ -8,3 +9,6 @@ scipy
|
|
8 |
six
|
9 |
terminaltables
|
10 |
gradio
|
|
|
|
|
|
|
|
1 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
2 |
+
torch==1.12.0+cpu
|
3 |
torchvision
|
4 |
cython
|
5 |
numpy
|
|
|
9 |
six
|
10 |
terminaltables
|
11 |
gradio
|
12 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
13 |
+
mmcv-full==1.6.0
|
14 |
+
|