mirror of
https://github.com/SWivid/F5-TTS.git
synced 2026-06-12 10:01:15 -07:00
Merge pull request #1298 from Kaihui-AMD/docs/update-amd-rocm-install
Update AMD ROCm install to 7.2 for RDNA 3.5/4 support
This commit is contained in:
@@ -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)).
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user