From bc7578bdb13bbaac010bca84998ef8ba1e98d2b9 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 12 Apr 2026 15:27:51 +0000 Subject: [PATCH] fix(hipblas): pin down rocm6.4 wheels on whisperx (7.x not supported) Signed-off-by: Ettore Di Giacinto --- backend/python/whisperx/requirements-hipblas.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/backend/python/whisperx/requirements-hipblas.txt b/backend/python/whisperx/requirements-hipblas.txt index 1931a382e..adc146b65 100644 --- a/backend/python/whisperx/requirements-hipblas.txt +++ b/backend/python/whisperx/requirements-hipblas.txt @@ -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