fix(whisperx): unpin torch versions and use CPU index for cpu requirements

Address review feedback:
- Use --extra-index-url for CPU torch wheels to reduce size
- Remove torch version pins, let uv resolve compatible versions

Signed-off-by: eureka928 <meobius123@gmail.com>
This commit is contained in:
eureka928
2026-01-30 21:35:08 +01:00
parent 70a64fe9b8
commit 2d42c30f87
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -1,2 +1,2 @@
torch==2.4.1
torch
whisperx @ git+https://github.com/m-bain/whisperX.git

View File

@@ -1,3 +1,3 @@
--extra-index-url https://download.pytorch.org/whl/cu130
torch==2.9.1
torch
whisperx @ git+https://github.com/m-bain/whisperX.git