Merge pull request #3 from kylevedder/patch-1
Update README.md to pin `mmcv-full` to compatible versionmain
commit
300d995da0
|
@ -43,7 +43,7 @@ You can use following commands to create conda env with related dependencies.
|
|||
conda create -n oln python=3.7 -y
|
||||
conda activate oln
|
||||
conda install pytorch=1.7.0 torchvision cudatoolkit=11.0 -c pytorch -y
|
||||
pip install mmcv-full
|
||||
pip install mmcv-full==1.2.7
|
||||
pip install -r requirements.txt
|
||||
pip install -v -e .
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue