File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,9 +211,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
211
211
212
212
``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4 ```
213
213
214
- This is the command to install the nightly with ROCm 6.4 which might have some performance improvements:
214
+ This is the command to install the nightly with ROCm 7.0 which might have some performance improvements:
215
215
216
- ``` pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4 ```
216
+ ``` pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0 ```
217
217
218
218
### Intel GPUs (Windows and Linux)
219
219
You can’t perform that action at this time.
0 commit comments