mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
[Fix] fix the mmcv version (#1342)
This commit is contained in:
parent
ab88248cca
commit
6f804979a2
@ -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
|
||||
|
@ -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 和 推理引擎
|
||||
|
Loading…
x
Reference in New Issue
Block a user