Skip to content

Commit d6f339d

Browse files
authored
Updating previous_version.md
Adding Linux only tag to RoCM pip installations
1 parent 8dc1a39 commit d6f339d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

_get_started/previous-versions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ pip install torch==1.9.0 torchvision==0.10.0 torchaudio==0.9.0
5252
##### Linux and Windows
5353

5454
```
55-
# ROCM 4.2
55+
# ROCM 4.2 (Linux only)
5656
pip install torch==1.9.0+rocm4.2 torchvision==0.10.0+rocm4.2 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
5757
58-
# ROCM 4.1
58+
# ROCM 4.1 (Linux only)
5959
pip install torch==1.9.0+rocm4.1 torchvision==0.10.0+rocm4.1 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
6060
61-
# ROCM 4.0.1
61+
# ROCM 4.0.1 (Linux only)
6262
pip install torch==1.9.0+rocm4.0.1 torchvision==0.10.0+rocm4.0.1 torchaudio==0.9.0 -f https://download.pytorch.org/whl/torch_stable.html
6363
6464
# CUDA 11.1
@@ -106,10 +106,10 @@ pip install torch==1.8.1 torchvision==0.9.1 torchaudio==0.8.1
106106
##### Linux and Windows
107107

108108
```
109-
# ROCM 4.0.1
109+
# ROCM 4.0.1 (Linux only)
110110
pip install torch==1.8.1+rocm4.0.1 torchvision==0.9.1+rocm4.0.1 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
111111
112-
# ROCM 3.10
112+
# ROCM 3.10 (Linux only)
113113
pip install torch==1.8.1+rocm3.10 torchvision==0.9.1+rocm3.10 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html
114114
115115
# CUDA 11.1

0 commit comments

Comments
 (0)