Spaces:
Running
on
Zero
Running
on
Zero
apply for cuda 12.1
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
numpy<2.0.0 # ensure we stay on NumPy 1.x so C-extensions match :contentReference[oaicite:0]{index=0}
|
2 |
cython # needed to build xtcocotools from source
|
3 |
-
--find-links https://download.openmmlab.com/mmcv/dist/
|
4 |
mmcv==2.2.0
|
5 |
torch==2.4.0
|
6 |
opencv-python
|
|
|
1 |
numpy<2.0.0 # ensure we stay on NumPy 1.x so C-extensions match :contentReference[oaicite:0]{index=0}
|
2 |
cython # needed to build xtcocotools from source
|
3 |
+
--find-links https://download.openmmlab.com/mmcv/dist/cu121/torch2.4/index.html
|
4 |
mmcv==2.2.0
|
5 |
torch==2.4.0
|
6 |
opencv-python
|