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 @@ -229,9 +229,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
229229
230230``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.1 ```
231231
232- This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:
232+ This is the command to install the nightly with ROCm 7.2 which might have some performance improvements:
233233
234- ``` pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.1 ```
234+ ``` pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.2 ```
235235
236236
237237### AMD GPUs (Experimental: Windows and Linux), RDNA 3, 3.5 and 4 only.
You can’t perform that action at this time.
0 commit comments