Skip to content

Commit 64953bd

Browse files
Update nightly installation command for ROCm (Comfy-Org#12547)
1 parent b254cec commit 64953bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)