mirror of
https://github.com/mudler/LocalAI.git
synced 2026-02-04 19:52:36 -05:00
fix(whisperx): drop +cpu local version suffix to fix uv resolution failure
PEP 440 ==2.8.0 matches 2.8.0+cpu from the extra index, avoiding the issue where uv cannot locate an explicit +cpu local version specifier. This aligns with the pattern used by all other CPU backends. Signed-off-by: eureka928 <meobius123@gmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
--extra-index-url https://download.pytorch.org/whl/cpu
|
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||||
torch==2.8.0+cpu
|
torch==2.8.0
|
||||||
whisperx @ git+https://github.com/m-bain/whisperX.git
|
whisperx @ git+https://github.com/m-bain/whisperX.git
|
||||||
|
|||||||
Reference in New Issue
Block a user