Skip to content

Commit 3a0af7d

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_get_started/previous-versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ pip install torch==1.12.0 torchvision==0.13.0 torchaudio==0.12.0
5555
# ROCM 5.1.1 (Linux only)
5656
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
5757
# 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
58+
pip install torch==1.12.0+cu116 torchvision==0.13.0+cu116 torchaudio==0.12.0 -f https://download.pytorch.org/whl/torch_stable.html
5959
# 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
60+
pip install torch==1.12.0+cu113 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)