update requirements.txt
Browse files- requirements.txt +25 -12
requirements.txt
CHANGED
@@ -1,24 +1,37 @@
|
|
1 |
-
#
|
2 |
-
|
|
|
|
|
|
|
3 |
# faster-whisper==0.10.1
|
4 |
-
|
5 |
-
# g2p_en
|
6 |
# GPUtil
|
7 |
-
# gradio
|
8 |
-
|
|
|
9 |
# librosa==0.9.2
|
10 |
loguru
|
|
|
11 |
num2words
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
# protobuf==4.25
|
13 |
-
|
14 |
# punctuators
|
15 |
-
pyannote.audio>=3.1.0
|
16 |
# pyloudnorm
|
17 |
-
pyopenjtalk-
|
18 |
-
|
19 |
pyworld-prebuilt
|
20 |
# stable_ts
|
21 |
# tensorboard
|
22 |
-
torch
|
|
|
23 |
transformers
|
24 |
-
|
|
|
|
1 |
+
# accelerate
|
2 |
+
aivmlib
|
3 |
+
cmudict
|
4 |
+
cn2an
|
5 |
+
e2k
|
6 |
# faster-whisper==0.10.1
|
7 |
+
g2p_en
|
|
|
8 |
# GPUtil
|
9 |
+
# gradio>=4.32
|
10 |
+
jaconv
|
11 |
+
jieba
|
12 |
# librosa==0.9.2
|
13 |
loguru
|
14 |
+
nltk<=3.8.1
|
15 |
num2words
|
16 |
+
numpy<2
|
17 |
+
onnx
|
18 |
+
onnxconverter-common
|
19 |
+
onnxruntime; (sys_platform != 'linux' or platform_machine != 'x86_64') and sys_platform != 'win32'
|
20 |
+
onnxruntime-directml; sys_platform == 'win32'
|
21 |
+
onnxruntime-gpu; sys_platform == 'linux' and platform_machine == 'x86_64'
|
22 |
+
onnxsim
|
23 |
# protobuf==4.25
|
24 |
+
psutil
|
25 |
# punctuators
|
26 |
+
# pyannote.audio>=3.1.0
|
27 |
# pyloudnorm
|
28 |
+
pyopenjtalk-mod
|
29 |
+
pypinyin
|
30 |
pyworld-prebuilt
|
31 |
# stable_ts
|
32 |
# tensorboard
|
33 |
+
# torch
|
34 |
+
# torchaudio
|
35 |
transformers
|
36 |
+
umap-learn
|
37 |
+
zstandard
|