chore: Update transformers dependency to version 4.27.4 in requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -9,7 +9,7 @@ optimum
|
|
9 |
# auto-gptq
|
10 |
gradio
|
11 |
TTS==0.22.0
|
12 |
-
transformers
|
13 |
numpy
|
14 |
openai-whisper
|
15 |
geopy
|
@@ -22,4 +22,6 @@ pydantic-settings
|
|
22 |
ollama
|
23 |
plotly-express
|
24 |
loguru
|
|
|
|
|
25 |
melotts @ git+https://github.com/myshell-ai/MeloTTS.git@main
|
|
|
9 |
# auto-gptq
|
10 |
gradio
|
11 |
TTS==0.22.0
|
12 |
+
transformers==4.27.4
|
13 |
numpy
|
14 |
openai-whisper
|
15 |
geopy
|
|
|
22 |
ollama
|
23 |
plotly-express
|
24 |
loguru
|
25 |
+
unidic_lite==1.0.8
|
26 |
+
unidic==1.1.0
|
27 |
melotts @ git+https://github.com/myshell-ai/MeloTTS.git@main
|