Update amd nightly command in readme. (#10189)

This commit is contained in:
comfyanonymous 2025-10-03 15:22:43 -07:00 committed by GitHub
parent 93d859cfaa
commit 08726b64fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,9 +211,9 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4``` ```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4```
This is the command to install the nightly with ROCm 6.4 which might have some performance improvements: This is the command to install the nightly with ROCm 7.0 which might have some performance improvements:
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4``` ```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.0```
### Intel GPUs (Windows and Linux) ### Intel GPUs (Windows and Linux)