"...composable_kernel_onnx.git" did not exist on "f305bebdc32244d8bfe44a415b3f05f31c2b2803"
Commit 8cab3be6 authored by comfyanonymous's avatar comfyanonymous
Browse files

Update command for AMD stable pytorch install in README.

parent 7990ae18
...@@ -99,7 +99,7 @@ Put your VAE in: models/vae ...@@ -99,7 +99,7 @@ Put your VAE in: models/vae
### AMD GPUs (Linux only) ### AMD GPUs (Linux only)
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: 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:
```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm5.7``` ```pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.0```
This is the command to install the nightly with ROCm 6.0 which might have some performance improvements: This is the command to install the nightly with ROCm 6.0 which might have some performance improvements:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment