We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d859c commit 08726b6Copy full SHA for 08726b6
1 file changed
README.md
@@ -211,9 +211,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
211
212
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4```
213
214
-This is the command to install the nightly with ROCm 6.4 which might have some performance improvements:
+This is the command to install the nightly with ROCm 7.0 which might have some performance improvements:
215
216
-```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4```
+```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0```
217
218
### Intel GPUs (Windows and Linux)
219
0 commit comments