gz412 commited on
Commit
5cbb117
·
1 Parent(s): cbd451c

fix requirments

Browse files
Files changed (1) hide show
  1. requirements.txt +41 -39
requirements.txt CHANGED
@@ -1,39 +1,41 @@
1
- conformer==0.3.2
2
- deepspeed==0.15.1; sys_platform == 'linux'
3
- diffusers==0.29.0
4
- fastapi==0.115.6
5
- fastapi-cli==0.0.4
6
- gdown==5.1.0
7
- gradio==5.4.0
8
- grpcio==1.57.0
9
- grpcio-tools==1.57.0
10
- hydra-core==1.3.2
11
- HyperPyYAML==1.2.2
12
- inflect==7.3.1
13
- librosa==0.10.2
14
- lightning==2.2.4
15
- matplotlib==3.7.5
16
- modelscope==1.20.0
17
- networkx==3.1
18
- omegaconf==2.3.0
19
- onnx==1.16.0
20
- onnxruntime-gpu==1.18.0; sys_platform == 'linux'
21
- onnxruntime==1.18.0; sys_platform == 'darwin' or sys_platform == 'win32'
22
- openai-whisper==20231117
23
- opencc
24
- protobuf==4.25
25
- pyarrow==18.1.0
26
- pydantic==2.7.0
27
- pyworld==0.3.4
28
- rich==13.7.1
29
- soundfile==0.12.1
30
- tensorboard==2.14.0
31
- tensorrt-cu12==10.0.1; sys_platform == 'linux'
32
- tensorrt-cu12-bindings==10.0.1; sys_platform == 'linux'
33
- tensorrt-cu12-libs==10.0.1; sys_platform == 'linux'
34
- torch==2.3.1
35
- torchaudio==2.3.1
36
- transformers==4.51.3
37
- uvicorn==0.30.0
38
- wetext==0.0.4
39
- wget==3.2
 
 
 
1
+ numpy==1.24
2
+ jsonlines==4.0.0
3
+ torch==2.1.0
4
+ transformers==4.44.0
5
+ torchaudio==2.1.0
6
+ accelerate==1.7.0
7
+ peft==0.17.0
8
+ librosa
9
+ tensorboardX>=2.5
10
+ # torch_npu==2.1.0.post8
11
+ tqdm
12
+ absl-py
13
+ psutil
14
+ cloudpickle
15
+ ml-dtypes
16
+ tornado
17
+ openai-whisper
18
+ colorama
19
+ sox
20
+ deepspeed
21
+ librosa
22
+ opencc
23
+
24
+
25
+ hyperpyyaml
26
+ modelscope
27
+ onnxruntime
28
+ inflect
29
+ omegaconf
30
+ conformer
31
+ diffusers
32
+ hydra-core
33
+ lightning
34
+
35
+ gradio
36
+ cn2an
37
+ gdown
38
+ matplotlib
39
+ wget
40
+ pyarrow
41
+ pyworld