Skip to content

Commit 28a5aa5

Browse files
committed
fix(whisperx): pin torch CPU variant to fix uv resolution failure
Pin torch==2.8.0+cpu so uv resolves the CPU wheel from the extra index instead of picking torch==2.8.0+cu128 from PyPI, which pulls unresolvable CUDA dependencies. Signed-off-by: eureka928 <meobius123@gmail.com>
1 parent ad92cc9 commit 28a5aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
--extra-index-url https://download.pytorch.org/whl/cpu
2-
torch
2+
torch==2.8.0+cpu
33
whisperx @ git+https://github.com/m-bain/whisperX.git

0 commit comments

Comments
 (0)