You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/get_started.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ We recommend that users follow our best practices to install MMDetection. Howeve
44
44
```shell
45
45
pip install -U openmim
46
46
mim install mmengine
47
-
mim install "mmcv>=2.0.0rc1"
47
+
mim install "mmcv>=2.0.0"
48
48
```
49
49
50
50
**Note:** In MMCV-v2.x, `mmcv-full` is rename to `mmcv`, if you want to install `mmcv` without CUDA ops, you can use `mim install "mmcv-lite>=2.0.0rc1"` to install the lite version.
@@ -137,7 +137,7 @@ To install MMCV with pip instead of MIM, please follow [MMCV installation guides
137
137
For example, the following command installs MMCV built for PyTorch 1.12.x and CUDA 11.6.
0 commit comments