Skip to content

Commit bc7578b

Browse files
committed
fix(hipblas): pin down rocm6.4 wheels on whisperx (7.x not supported)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 9ca03cf commit bc7578b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1-
--extra-index-url https://download.pytorch.org/whl/rocm7.0
2-
torch==2.10.0+rocm7.0
1+
# whisperx hard-pins torch~=2.8.0, which is not available in the rocm7.x indexes
2+
# (they start at torch 2.10). Keep rocm6.4 wheels here — they still load against
3+
# the rocm7.2.1 runtime via AMD's forward-compatibility window.
4+
--extra-index-url https://download.pytorch.org/whl/rocm6.4
5+
torch==2.8.0+rocm6.4
36
whisperx @ git+https://github.com/m-bain/whisperX.git

0 commit comments

Comments
 (0)