Files
LocalAI/backend/python/whisperx/requirements-cpu.txt
eureka928 e91d83b171 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>
2026-02-02 11:36:32 +01:00

4 lines
126 B
Plaintext

--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.8.0+cpu
whisperx @ git+https://github.com/m-bain/whisperX.git