Skip to content

Commit 07b060c

Browse files
author
Svetlana Karslioglu
authored
Update previous-versions.md
1 parent 8f3dd18 commit 07b060c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_get_started/previous-versions.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 -c pytorch
3434
# CUDA 10.2
3535
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=10.2 -c pytorch
3636
# CUDA 11.3
37-
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch -c conda-forge
37+
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.3 -c pytorch
38+
# CUDA 11.6
39+
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cudatoolkit=11.6 -c pytorch -c conda-forge
3840
# CPU Only
3941
conda install pytorch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0 cpuonly -c pytorch
4042
```
@@ -50,14 +52,12 @@ pip install torch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0
5052
##### Linux and Windows
5153

5254
```
53-
# ROCM 4.2 (Linux only)
54-
pip install torch==1.12.0+rocm4.2 torchvision==0.13.0+rocm4.2 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
55-
# ROCM 4.1 (Linux only)
56-
pip install torch==1.12.0+rocm4.1 torchvision==0.13.0+rocm4.1 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
57-
# ROCM 4.0.1 (Linux only)
58-
pip install torch==1.12.0+rocm4.0.1 torchvision==0.13.0+rocm4.0.1 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
59-
# CUDA 11.1
60-
pip install torch==1.12.0+cu111 torchvision==0.13.0+cu111 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
55+
# ROCM 5.1.1 (Linux only)
56+
pip install torch==1.12.0+rocm5.1.1 torchvision==0.13.0+rocm5.1.1 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
57+
# CUDA 11.6
58+
pip install torch==1.12.0+cu102 torchvision==0.13.0+cu116 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
59+
# CUDA 11.3
60+
pip install torch==1.12.0+cu111 torchvision==0.13.0+cu113 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
6161
# CUDA 10.2
6262
pip install torch==1.12.0+cu102 torchvision==0.13.0+cu102 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
6363
# CPU only

0 commit comments

Comments
 (0)