WariHima commited on
Commit
b368102
·
1 Parent(s): 0b85fb9

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -12
requirements.txt CHANGED
@@ -1,24 +1,37 @@
1
- # cmudict
2
- # cn2an
 
 
 
3
  # faster-whisper==0.10.1
4
- fastapi[standard]
5
- # g2p_en
6
  # GPUtil
7
- # gradio
8
- # jieba
 
9
  # librosa==0.9.2
10
  loguru
 
11
  num2words
 
 
 
 
 
 
 
12
  # protobuf==4.25
13
- # psutil
14
  # punctuators
15
- pyannote.audio>=3.1.0
16
  # pyloudnorm
17
- pyopenjtalk-dict
18
- # pypinyin
19
  pyworld-prebuilt
20
  # stable_ts
21
  # tensorboard
22
- torch
 
23
  transformers
24
- # umap-learn
 
 
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