mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +00:00
fix(coqui): pin transformers (#4875)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
77281f836e
commit
af3bb64e42
5 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
||||||
transformers
|
transformers==4.48.3
|
||||||
accelerate
|
accelerate
|
||||||
torch==2.4.1
|
torch==2.4.1
|
||||||
coqui-tts
|
coqui-tts
|
|
@ -1,6 +1,6 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
torch==2.4.1+cu118
|
torch==2.4.1+cu118
|
||||||
torchaudio==2.4.1+cu118
|
torchaudio==2.4.1+cu118
|
||||||
transformers
|
transformers==4.48.3
|
||||||
accelerate
|
accelerate
|
||||||
coqui-tts
|
coqui-tts
|
|
@ -1,5 +1,5 @@
|
||||||
torch==2.4.1
|
torch==2.4.1
|
||||||
torchaudio==2.4.1
|
torchaudio==2.4.1
|
||||||
transformers
|
transformers==4.48.3
|
||||||
accelerate
|
accelerate
|
||||||
coqui-tts
|
coqui-tts
|
|
@ -1,6 +1,6 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||||
torch==2.4.1+rocm6.0
|
torch==2.4.1+rocm6.0
|
||||||
torchaudio==2.4.1+rocm6.0
|
torchaudio==2.4.1+rocm6.0
|
||||||
transformers
|
transformers==4.48.3
|
||||||
accelerate
|
accelerate
|
||||||
coqui-tts
|
coqui-tts
|
|
@ -5,6 +5,6 @@ torchaudio==2.3.1+cxx11.abi
|
||||||
oneccl_bind_pt==2.3.100+xpu
|
oneccl_bind_pt==2.3.100+xpu
|
||||||
optimum[openvino]
|
optimum[openvino]
|
||||||
setuptools
|
setuptools
|
||||||
transformers
|
transformers==4.48.3
|
||||||
accelerate
|
accelerate
|
||||||
coqui-tts
|
coqui-tts
|
Loading…
Add table
Add a link
Reference in a new issue