mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
fix(hipblas): pin down rocm6.4 wheels on whisperx (7.x not supported)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
9ca03cf9cc
commit
bc7578bdb1
1 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
--extra-index-url https://download.pytorch.org/whl/rocm7.0
|
||||
torch==2.10.0+rocm7.0
|
||||
# whisperx hard-pins torch~=2.8.0, which is not available in the rocm7.x indexes
|
||||
# (they start at torch 2.10). Keep rocm6.4 wheels here — they still load against
|
||||
# the rocm7.2.1 runtime via AMD's forward-compatibility window.
|
||||
--extra-index-url https://download.pytorch.org/whl/rocm6.4
|
||||
torch==2.8.0+rocm6.4
|
||||
whisperx @ git+https://github.com/m-bain/whisperX.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue