Skip to content

Commit 08726b6

Browse files
Update amd nightly command in readme. (comfyanonymous#10189)
1 parent 93d859c commit 08726b6

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
@@ -211,9 +211,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
211211

212212
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4```
213213

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:
215215

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```
217217

218218
### Intel GPUs (Windows and Linux)
219219

0 commit comments

Comments
 (0)