We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b254cec commit 64953bdCopy full SHA for 64953bd
1 file changed
README.md
@@ -229,9 +229,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
229
230
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.1```
231
232
-This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:
+This is the command to install the nightly with ROCm 7.2 which might have some performance improvements:
233
234
-```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.1```
+```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.2```
235
236
237
### AMD GPUs (Experimental: Windows and Linux), RDNA 3, 3.5 and 4 only.
0 commit comments