Skip to content

Commit af3bb64

Browse files
authored
fix(coqui): pin transformers (mudler#4875)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
1 parent 77281f8 commit af3bb64

5 files changed

+5
-5
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
transformers
1+
transformers==4.48.3
22
accelerate
33
torch==2.4.1
44
coqui-tts
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/cu118
22
torch==2.4.1+cu118
33
torchaudio==2.4.1+cu118
4-
transformers
4+
transformers==4.48.3
55
accelerate
66
coqui-tts
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
torch==2.4.1
22
torchaudio==2.4.1
3-
transformers
3+
transformers==4.48.3
44
accelerate
55
coqui-tts
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--extra-index-url https://download.pytorch.org/whl/rocm6.0
22
torch==2.4.1+rocm6.0
33
torchaudio==2.4.1+rocm6.0
4-
transformers
4+
transformers==4.48.3
55
accelerate
66
coqui-tts

backend/python/coqui/requirements-intel.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ torchaudio==2.3.1+cxx11.abi
55
oneccl_bind_pt==2.3.100+xpu
66
optimum[openvino]
77
setuptools
8-
transformers
8+
transformers==4.48.3
99
accelerate
1010
coqui-tts

0 commit comments

Comments
 (0)