From 0556b2c1a5fbdb567db12d21c89a476df19d9a46 Mon Sep 17 00:00:00 2001 From: Kaihui-AMD Date: Mon, 18 May 2026 16:39:43 +0800 Subject: [PATCH] update AMD ROCm install to 7.2 for RDNA 3.5/4 support Signed-off-by: Kaihui-AMD --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ac1f22..e0903ae 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,17 @@ conda install ffmpeg > ```bash > # Install pytorch with your ROCm version (Linux only), e.g. -> pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url https://download.pytorch.org/whl/rocm6.2 +> pip install torch==2.9.1+rocm7.2 torchaudio==2.9.1+rocm7.2 --extra-index-url https://download.pytorch.org/whl/rocm7.2 +> +> # For older GPUs (RDNA1/2/3 only): +> # pip install torch==2.5.1+rocm6.2 torchaudio==2.5.1+rocm6.2 --extra-index-url https://download.pytorch.org/whl/rocm6.2 > ``` +> +> **Note:** RDNA 3.5 and RDNA 4 GPUs (Radeon 8050S/8060S, RX 9060/9070 series) require +> ROCm 7.x — these architectures (gfx1151/gfx1201) are not included in ROCm 6.x +> ([6.2 compatibility matrix](https://rocm.docs.amd.com/en/docs-6.2.4/compatibility/compatibility-matrix.html) vs +> [7.2 compatibility matrix](https://rocm.docs.amd.com/en/docs-7.2.3/compatibility/compatibility-matrix.html)). +> Using ROCm 6.x on these GPUs causes `HIP error: invalid device function` ([#1236](https://github.com/SWivid/F5-TTS/issues/1236)).