Merge branch 'dev-1.x' of github.com:open-mmlab/mmdeploy into triplemu/dockerfile

This commit is contained in:
triple-Mu 2022-11-10 11:19:09 +08:00
commit 3d79ca7004
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 和 推理引擎