Skip to content

Commit e6a8791

Browse files
authored
fix typos (open-mmlab#670)
1 parent b9da8a1 commit e6a8791

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Either `mmcv` or `mmcv-full` is compatible with MMSegmentation, but for methods
4949

5050
**Install mmcv for Linux:**
5151

52-
The pre-build mmcv-full (with PyTorch 1.5 and CUDA 10.1) can be installed by running: (other available versions could be found [here](https://mmcv.readthedocs.io/en/latest/#install-with-pip))
52+
The pre-build mmcv-full (with PyTorch 1.6 and CUDA 10.1) can be installed by running: (other available versions could be found [here](https://mmcv.readthedocs.io/en/latest/#install-with-pip))
5353

5454
```shell
55-
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.5.0/index.html
55+
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu101/torch1.6.0/index.html
5656
```
5757

5858
**Install mmcv for Windows (Experimental):**
@@ -124,7 +124,7 @@ conda create -n open-mmlab python=3.7 -y
124124
conda activate open-mmlab
125125

126126
conda install pytorch=1.6.0 torchvision cudatoolkit=10.1 -c pytorch
127-
pip install mmcv-full==latest+torch1.5.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
127+
pip install mmcv-full==latest+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html
128128
git clone https://github.com/open-mmlab/mmsegmentation.git
129129
cd mmsegmentation
130130
pip install -e . # or "python setup.py develop"

0 commit comments

Comments
 (0)