nxhong commited on
Commit
38d1a97
·
verified ·
1 Parent(s): 8750e5c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -1
requirements.txt CHANGED
@@ -1,6 +1,12 @@
 
 
 
 
 
1
  transformers==4.37.2
2
  TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
3
  typing-extensions>=4.8.0
 
4
  cutlet
5
  mecab-python3==1.0.6
6
  unidic-lite==1.0.8
@@ -8,6 +14,11 @@ unidic==1.1.0
8
  langid
9
  deepspeed
10
  pydub
 
11
  gradio==4.36.1
12
  vinorm==2.0.7
13
- underthesea==6.8.0
 
 
 
 
 
1
+ torch>=2.1.0
2
+ torchaudio>=2.1.0
3
+ torchvision
4
+ torchcodec # ✅ Bắt buộc để fix lỗi TorchCodec is required
5
+
6
  transformers==4.37.2
7
  TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
8
  typing-extensions>=4.8.0
9
+
10
  cutlet
11
  mecab-python3==1.0.6
12
  unidic-lite==1.0.8
 
14
  langid
15
  deepspeed
16
  pydub
17
+
18
  gradio==4.36.1
19
  vinorm==2.0.7
20
+ underthesea==6.8.0
21
+
22
+ fastapi
23
+ uvicorn
24
+ huggingface_hub