Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
#54
by
paolosenbardi
- opened
- requirements.txt +2 -25
requirements.txt
CHANGED
@@ -1,26 +1,3 @@
|
|
1 |
-
torch==2.4.0
|
2 |
-
torchaudio
|
3 |
-
accelerate>=0.33.0
|
4 |
-
bitsandbytes>0.37.0
|
5 |
-
cached_path
|
6 |
-
click
|
7 |
-
datasets
|
8 |
-
ema_pytorch>=0.5.2
|
9 |
-
gradio
|
10 |
-
jieba
|
11 |
-
librosa
|
12 |
-
matplotlib
|
13 |
-
numpy<=1.26.4
|
14 |
-
pydub
|
15 |
-
pypinyin
|
16 |
-
safetensors
|
17 |
-
soundfile
|
18 |
-
tomli
|
19 |
-
torchdiffeq
|
20 |
-
tqdm>=4.65.0
|
21 |
transformers
|
22 |
-
|
23 |
-
|
24 |
-
x_transformers>=1.31.14
|
25 |
-
f5_tts @ git+https://huggingface.co/spaces/mrfakename/E2-F5-TTS
|
26 |
-
detoxify @ git+https://github.com/unitaryai/detoxify
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
transformers
|
2 |
+
torch
|
3 |
+
gradio
|
|
|
|
|
|