Skip to content

Commit e03fe8b

Browse files
Update command to install AMD stable linux pytorch. (Comfy-Org#12437)
1 parent ae79e33 commit e03fe8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Put your VAE in: models/vae
227227

228228
AMD users can install rocm and pytorch with pip if you don't have it already installed, this is the command to install the stable version:
229229

230-
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4```
230+
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.1```
231231

232232
This is the command to install the nightly with ROCm 7.1 which might have some performance improvements:
233233

0 commit comments

Comments
 (0)