Skip to content

Commit e0a5410

Browse files
authored
Fixed the mistakes for Conda Installation
1 parent 7132774 commit e0a5410

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

_get_started/previous-versions.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 -c pytorch
3131
##### Linux and Windows
3232

3333
```
34+
# CUDA 11.1
35+
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.1 -c pytorch
36+
3437
# CUDA 10.2
3538
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=10.2 -c pytorch
3639
37-
# CUDA 11.3
38-
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cudatoolkit=11.3 -c pytorch -c conda-forge
39-
4040
# CPU Only
4141
conda install pytorch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0 cpuonly -c pytorch
4242
```
@@ -85,11 +85,14 @@ conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 -c pytorch
8585
##### Linux and Windows
8686

8787
```
88+
# CUDA 11.1
89+
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.1 -c pytorch
90+
8891
# CUDA 10.2
8992
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.2 -c pytorch
9093
91-
# CUDA 11.3
92-
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=11.3 -c pytorch -c conda-forge
94+
# CUDA 10.1
95+
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cudatoolkit=10.1 -c pytorch
9396
9497
# CPU Only
9598
conda install pytorch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1 cpuonly -c pytorch

0 commit comments

Comments
 (0)