Spaces:
Runtime error
Runtime error
Update pre-requirements.txt
Browse files- pre-requirements.txt +2 -1
pre-requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
pip==23.0.1
|
2 |
torch
|
3 |
torchvision
|
4 |
-
mmcv>=2.0.0rc4 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13/index.html
|
|
|
|
1 |
pip==23.0.1
|
2 |
torch
|
3 |
torchvision
|
4 |
+
# mmcv>=2.0.0rc4 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13/index.html
|
5 |
+
"git+https://github.com/open-mmlab/mmcv/tree/2.x.git"
|