Update requirements.txt
Browse files- requirements.txt +8 -19
requirements.txt
CHANGED
@@ -1,28 +1,17 @@
|
|
1 |
-
#
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
mecab-python3==1.0.6
|
6 |
-
unidic-lite==1.0.8
|
7 |
-
unidic==1.1.0
|
8 |
-
langid
|
9 |
-
deepspeed
|
10 |
-
pydub
|
11 |
gradio==4.36.1
|
12 |
-
# Vietnamese 101
|
13 |
vinorm==2.0.7
|
14 |
underthesea==6.8.0
|
15 |
-
|
16 |
-
|
17 |
-
transformers
|
18 |
-
|
19 |
-
edge-tts
|
20 |
moviepy
|
21 |
pymupdf
|
22 |
-
openai
|
23 |
python-docx
|
24 |
-
|
25 |
-
gradio_client
|
26 |
huggingface_hub
|
|
|
27 |
|
28 |
|
|
|
1 |
+
# Th瓢 vi峄噉 c岷 thi岷縯
|
2 |
+
torch==2.0.1
|
3 |
+
torchaudio==2.0.2
|
4 |
+
transformers==4.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
gradio==4.36.1
|
|
|
6 |
vinorm==2.0.7
|
7 |
underthesea==6.8.0
|
8 |
+
deepspeed
|
9 |
+
pydub
|
|
|
|
|
|
|
10 |
moviepy
|
11 |
pymupdf
|
|
|
12 |
python-docx
|
13 |
+
edge-tts
|
|
|
14 |
huggingface_hub
|
15 |
+
groq
|
16 |
|
17 |
|