Create requirements_colab.txt
Browse files- requirements_colab.txt +38 -0
requirements_colab.txt
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23.4
|
2 |
+
scipy
|
3 |
+
tensorboard
|
4 |
+
librosa==0.9.2
|
5 |
+
numba
|
6 |
+
pytorch-lightning
|
7 |
+
gradio>=4.0,<=4.24.0
|
8 |
+
ffmpeg-python
|
9 |
+
onnxruntime; sys_platform == 'darwin'
|
10 |
+
onnxruntime-gpu; sys_platform != 'darwin'
|
11 |
+
tqdm
|
12 |
+
funasr==1.0.27
|
13 |
+
cn2an
|
14 |
+
pypinyin
|
15 |
+
#pyopenjtalk>=0.3.4
|
16 |
+
g2p_en
|
17 |
+
torchaudio
|
18 |
+
modelscope==1.10.0
|
19 |
+
sentencepiece
|
20 |
+
transformers
|
21 |
+
chardet
|
22 |
+
PyYAML
|
23 |
+
psutil
|
24 |
+
jieba_fast
|
25 |
+
jieba
|
26 |
+
split-lang
|
27 |
+
Faster_Whisper
|
28 |
+
wordsegment
|
29 |
+
rotary_embedding_torch
|
30 |
+
ToJyutping
|
31 |
+
g2pk2
|
32 |
+
ko_pron
|
33 |
+
opencc; sys_platform != 'linux'
|
34 |
+
opencc==1.1.1; sys_platform == 'linux'
|
35 |
+
python_mecab_ko; sys_platform != 'win32'
|
36 |
+
fastapi<0.112.2
|
37 |
+
x_transformers
|
38 |
+
torchmetrics==1.5
|