File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,11 +197,11 @@ Put your VAE in: models/vae
197197### AMD GPUs (Linux only)
198198AMD 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:
199199
200- ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.2.4 ```
200+ ``` pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.3 ```
201201
202202This is the command to install the nightly with ROCm 6.3 which might have some performance improvements:
203203
204- ``` pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.3 ```
204+ ``` pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.4 ```
205205
206206### Intel GPUs (Windows and Linux)
207207
You can’t perform that action at this time.
0 commit comments