mirror of
https://github.com/mudler/LocalAI
synced 2026-04-21 13:27:21 +00:00
fix(coqui,nemo,voxcpm): Add dependencies to allow CI to progress (#9142)
Signed-off-by: Richard Palethorpe <io@richiejp.com>
This commit is contained in:
parent
731176ce3a
commit
b1aa707a92
4 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,6 @@
|
|||
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||
transformers==4.48.3
|
||||
accelerate
|
||||
torch==2.4.1
|
||||
torchaudio==2.4.1
|
||||
coqui-tts
|
||||
|
|
@ -4,3 +4,4 @@ certifi
|
|||
packaging==24.1
|
||||
setuptools
|
||||
pyarrow==20.0.0
|
||||
pybind11
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
--extra-index-url https://download.pytorch.org/whl/cpu
|
||||
torch
|
||||
torchaudio
|
||||
soundfile
|
||||
numpy
|
||||
voxcpm
|
||||
|
|
|
|||
|
|
@ -5,4 +5,3 @@ certifi
|
|||
packaging==24.1
|
||||
soundfile
|
||||
numpy
|
||||
voxcpm
|
||||
|
|
|
|||
Loading…
Reference in a new issue