fix(coqui): restore compatible dependency pins

Dependabot applied the CPU torch wheel to every build profile and moved Coqui to an incompatible Transformers major prerelease. Restore the established platform-specific torch pins and Transformers 4.48.3 so torch and torchaudio remain aligned on each target.

Assisted-by: Codex:gpt-5
This commit is contained in:
localai-org-maint-bot
2026-07-29 20:09:30 +00:00
parent a4412394c5
commit b192528990
5 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cpu
transformers==5.0.0rc3
transformers==4.48.3
accelerate
torch==2.7.1+cpu
torch==2.4.1
torchaudio==2.4.1
coqui-tts
coqui-tts

View File

@@ -1,5 +1,5 @@
torch==2.7.1+cpu
torch==2.4.1
torchaudio==2.4.1
transformers==5.0.0rc3
transformers==4.48.3
accelerate
coqui-tts
coqui-tts

View File

@@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/rocm7.0
torch==2.7.1+cpu
torch==2.10.0+rocm7.0
torchaudio==2.10.0+rocm7.0
transformers==5.0.0rc3
transformers==4.48.3
accelerate
coqui-tts
coqui-tts

View File

@@ -1,8 +1,8 @@
--extra-index-url https://download.pytorch.org/whl/xpu
torch==2.7.1+cpu
torch==2.8.0+xpu
torchaudio==2.8.0+xpu
optimum[openvino]
setuptools
transformers==5.0.0rc3
transformers==4.48.3
accelerate
coqui-tts
coqui-tts

View File

@@ -1,4 +1,4 @@
torch==2.7.1+cpu
transformers==5.0.0rc3
torch==2.7.1
transformers==4.48.3
accelerate
coqui-tts