Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
-
torch
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
|
| 5 |
#--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
| 6 |
--find-links https://download.openmmlab.com/mmcv/dist/cu113/torch1.12.0/index.html
|
|
|
|
| 1 |
--find-links https://download.pytorch.org/whl/torch_stable.html
|
| 2 |
+
torch
|
| 3 |
+
#==1.12.0+cu113
|
| 4 |
+
torchvision
|
| 5 |
+
#==0.13.0+cu113
|
| 6 |
|
| 7 |
#--find-links https://download.openmmlab.com/mmcv/dist/cpu/torch1.12.0/index.html
|
| 8 |
--find-links https://download.openmmlab.com/mmcv/dist/cu113/torch1.12.0/index.html
|