chong.zhang commited on
Commit
4ab7f58
·
1 Parent(s): 583b607
Files changed (1) hide show
  1. requirements.txt +37 -8
requirements.txt CHANGED
@@ -1,8 +1,37 @@
1
- numpy
2
- pandas
3
- librosa
4
- torch
5
- torchaudio
6
- modelscope
7
- funasr
8
- transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ --extra-index-url https://download.pytorch.org/whl/cu118
2
+ conformer==0.3.2
3
+ deepspeed==0.14.2; sys_platform == 'linux'
4
+ diffusers==0.27.2
5
+ gdown==5.1.0
6
+ gradio==4.32.2
7
+ grpcio==1.57.0
8
+ grpcio-tools==1.57.0
9
+ hydra-core==1.3.2
10
+ HyperPyYAML==1.2.2
11
+ inflect==7.3.1
12
+ librosa==0.10.2
13
+ lightning==2.2.4
14
+ matplotlib==3.7.5
15
+ modelscope==1.15.0
16
+ networkx==3.1
17
+ omegaconf==2.3.0
18
+ onnx==1.17.0
19
+ onnxruntime-gpu==1.16.0; sys_platform == 'linux'
20
+ onnxruntime==1.16.0; sys_platform == 'darwin' or sys_platform == 'windows'
21
+ openai-whisper==20231117
22
+ protobuf==4.25
23
+ pydantic==2.7.0
24
+ rich==13.7.1
25
+ soundfile==0.12.1
26
+ tensorboard==2.14.0
27
+ torch==2.0.1
28
+ torchaudio==2.0.2
29
+ uvicorn==0.30.0
30
+ wget==3.2
31
+ fastapi==0.111.0
32
+ fastapi-cli==0.0.4
33
+ WeTextProcessing==1.0.3
34
+ transformers
35
+ accelerate
36
+ huggingface-hub==0.25.2
37
+ julius