Spaces:
Runtime error
Runtime error
graychensz
commited on
Commit
•
0fd53b3
1
Parent(s):
5650245
Create requirements.txt
Browse files- requirements.txt +36 -0
requirements.txt
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
conformer==0.3.2
|
2 |
+
deepspeed==0.14.2; sys_platform == 'linux'
|
3 |
+
diffusers==0.27.2
|
4 |
+
fastapi==0.115.3
|
5 |
+
fastapi-cli==0.0.4
|
6 |
+
gdown==5.1.0
|
7 |
+
gradio==5.3.0
|
8 |
+
grpcio==1.57.0
|
9 |
+
grpcio-tools==1.57.0
|
10 |
+
huggingface_hub==0.25.2
|
11 |
+
hydra-core==1.3.2
|
12 |
+
HyperPyYAML==1.2.2
|
13 |
+
inflect==7.3.1
|
14 |
+
librosa==0.10.2
|
15 |
+
lightning==2.2.4
|
16 |
+
matplotlib==3.7.5
|
17 |
+
modelscope==1.15.0
|
18 |
+
networkx==3.1
|
19 |
+
numpy==1.24.4
|
20 |
+
omegaconf==2.3.0
|
21 |
+
onnxruntime-gpu==1.16.0; sys_platform == 'linux'
|
22 |
+
onnxruntime==1.16.0; sys_platform == 'darwin' or sys_platform == 'windows'
|
23 |
+
openai-whisper==20231117
|
24 |
+
protobuf==4.25
|
25 |
+
pydantic==2.7.0
|
26 |
+
rich==13.7.1
|
27 |
+
Requests==2.32.3
|
28 |
+
safetensors==0.4.5
|
29 |
+
soundfile==0.12.1
|
30 |
+
tensorboard==2.14.0
|
31 |
+
transformers==4.44.1
|
32 |
+
uvicorn==0.32.0
|
33 |
+
wget==3.2
|
34 |
+
WeTextProcessing==1.0.3
|
35 |
+
torch==2.3.0
|
36 |
+
torchaudio==2.3.0
|