Change ROCm nightly install command to 7.1 (#10764)

This commit is contained in:
comfyanonymous
2025-11-16 00:01:14 -08:00
committed by GitHub
parent 2d4a08b717
commit 7d6103325e

View File

@@ -221,7 +221,7 @@ AMD users can install rocm and pytorch with pip if you don't have it already ins
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/rocm7.0```
```pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm7.1```
### AMD GPUs (Experimental: Windows and Linux), RDNA 3, 3.5 and 4 only.