fix one doc typo (#4105)

pull/4087/head^2
Shijie 5 years ago committed by GitHub
parent 72a9146e19
commit ff657a3cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/get_started.md

@ -147,7 +147,7 @@ Assuming that you already have CUDA 10.1 installed, here is a full script for se
conda create -n open-mmlab python=3.7 -y
conda activate open-mmlab
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit==10.1 -c pytorch -y
conda install pytorch==1.6.0 torchvision==0.7.0 cudatoolkit=10.1 -c pytorch -y
# install the latest mmcv
pip install mmcv-full==latest+torch1.6.0+cu101 -f https://download.openmmlab.com/mmcv/dist/index.html

Loading…
Cancel
Save