From 5c328b9205f7bf89fa2ca5727d57c6cd579741fb Mon Sep 17 00:00:00 2001 From: Disty0 Date: Wed, 3 Sep 2025 21:32:14 +0300 Subject: [PATCH] Updated AMD ROCm (markdown) --- AMD-ROCm.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/AMD-ROCm.md b/AMD-ROCm.md index 024b8a3..cc85a88 100644 --- a/AMD-ROCm.md +++ b/AMD-ROCm.md @@ -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