Skip to content

Commit 3cf07f8

Browse files
authored
Update previous-versions.md
Use CUDA 11.1 instead of CUDA 11.3 for PyTorch 1.8.1, 1.9.0, and 1.9.1.
1 parent db5893d commit 3cf07f8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_get_started/previous-versions.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -935,8 +935,8 @@ conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 -c pytorch
935935
# CUDA 10.2
936936
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=10.2 -c pytorch
937937
938-
# CUDA 11.3
939-
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=11.3 -c pytorch -c conda-forge
938+
# CUDA 11.1
939+
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cudatoolkit=11.1 -c pytorch -c conda-forge
940940
941941
# CPU Only
942942
conda install pytorch==1.9.1 torchvision==0.10.1 torchaudio==0.9.1 cpuonly -c pytorch
@@ -989,8 +989,8 @@ conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 -c pytorch
989989
# CUDA 10.2
990990
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=10.2 -c pytorch
991991
992-
# CUDA 11.3
993-
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.3 -c pytorch -c conda-forge
992+
# CUDA 11.1
993+
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.1 -c pytorch -c conda-forge
994994
995995
# CPU Only
996996
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cpuonly -c pytorch
@@ -1098,8 +1098,8 @@ conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 -c pytorch
10981098
# CUDA 10.2
10991099
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.2 -c pytorch
11001100
1101-
# CUDA 11.3
1102-
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.3 -c pytorch -c conda-forge
1101+
# CUDA 11.1
1102+
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.1 -c pytorch -c conda-forge
11031103
11041104
# CPU Only
11051105
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cpuonly -c pytorch

0 commit comments

Comments
 (0)