Jack Wu commited on
Commit
3b3c373
·
1 Parent(s): c59ecb5

Fix mmcv install: use mim via pre-install.sh instead of pip source build

Browse files
Files changed (2) hide show
  1. pre-install.sh +2 -0
  2. requirements.txt +0 -1
pre-install.sh ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pip install -U setuptools
2
+ mim install mmcv>=2.0.0
requirements.txt CHANGED
@@ -6,7 +6,6 @@ h5py==3.10.0
6
  librosa==0.10.2.post1
7
  openmim
8
  mmengine
9
- mmcv>=2.0.0
10
  numpy==1.23.5
11
  opencv-python==4.5.5.64
12
  soundfile==0.12.1
 
6
  librosa==0.10.2.post1
7
  openmim
8
  mmengine
 
9
  numpy==1.23.5
10
  opencv-python==4.5.5.64
11
  soundfile==0.12.1