[Fix] fix the mmcv version ()

pull/1296/head^2
vansin 2022-11-09 19:29:12 +08:00 committed by GitHub
parent ab88248cca
commit 6f804979a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ We recommend that users follow our best practices installing MMDeploy.
```shell
pip install -U openmim
mim install mmcv-full
mim install "mmcv>=2.0.0rc2"
```
**Step 1.** Install MMDeploy and inference engine

View File

@ -60,7 +60,7 @@ conda install pytorch=={pytorch_version} torchvision=={torchvision_version} cpuo
```shell
pip install -U openmim
mim install mmcv-full
mim install "mmcv>=2.0.0rc2"
```
**第二步**: 安装 MMDeploy 和 推理引擎