Luigi commited on
Commit
b0ba5a9
·
1 Parent(s): d4d4905

apply for cuda 12.1

Browse files
Files changed (1) hide show
  1. 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/cu118/torch2.4/index.html
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