From 53c18e17cd794ea67b6b5bcfe975614a449230dc Mon Sep 17 00:00:00 2001 From: eureka928 Date: Sun, 1 Feb 2026 03:37:49 +0100 Subject: [PATCH] fix(whisperx): pin torch ROCm variant to fix CI build failure Signed-off-by: eureka928 --- backend/python/whisperx/requirements-hipblas.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/whisperx/requirements-hipblas.txt b/backend/python/whisperx/requirements-hipblas.txt index 9f7a1778d..2de8a9ce5 100644 --- a/backend/python/whisperx/requirements-hipblas.txt +++ b/backend/python/whisperx/requirements-hipblas.txt @@ -1,3 +1,3 @@ --extra-index-url https://download.pytorch.org/whl/rocm6.4 -torch +torch==2.8.0+rocm6.4 whisperx @ git+https://github.com/m-bain/whisperX.git