Updated AMD ROCm (markdown)

Disty0
2025-09-03 21:32:14 +03:00
parent 9f8dee9e00
commit 5c328b9205
+4 -3
@@ -161,9 +161,10 @@ Setting `fp16` has also a noticeable improvement on performance.
On RDNA3 hardware (RX 7000 series), you can set the option to use CK Flash Attention for improved performance in *Compute Settings > Cross Attention > SDP Options* by toggling `CK Flash attention` and restarting SD.Next. Notice that enabling this option requires `rocm-hip-sdk` installed as it will download and compile an additional Python package from source on startup.
In case you want to install it manually, activate the virtual environment then run `pip`:
`pip install git+https://github.com/Disty0/flash-attention@navi_rotary_fix`
In case you want to install it manually, activate the virtual environment then run `pip`:
```
pip install --no-build-isolation git+https://github.com/Disty0/flash-attention@navi_rotary_fix
```
## ROCm Windows Support