Spaces:
Running
Running
flosstradamus
commited on
Update requirements.txt
Browse files- requirements.txt +19 -18
requirements.txt
CHANGED
@@ -1,22 +1,23 @@
|
|
1 |
-
torch
|
2 |
-
gradio
|
3 |
-
einops
|
4 |
-
diffusers
|
5 |
-
transformers
|
6 |
-
scipy
|
7 |
-
numpy
|
8 |
-
regex
|
9 |
-
tqdm
|
10 |
-
accelerate
|
11 |
-
soundfile
|
12 |
-
unidecode
|
13 |
-
phonemizer
|
14 |
-
torchlibrosa
|
15 |
ftfy
|
16 |
-
|
17 |
-
timm
|
18 |
-
matplotlib
|
19 |
thop
|
20 |
flash-attn==2.6.3
|
|
|
|
|
|
|
|
|
21 |
sentencepiece
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
ftfy
|
2 |
+
scipy
|
|
|
|
|
3 |
thop
|
4 |
flash-attn==2.6.3
|
5 |
+
timm
|
6 |
+
matplotlib
|
7 |
+
Pillow
|
8 |
+
accelerate
|
9 |
sentencepiece
|
10 |
+
pandas
|
11 |
+
diffusers
|
12 |
+
soundfile
|
13 |
+
numpy
|
14 |
+
torch
|
15 |
+
transformers
|
16 |
+
tqdm
|
17 |
+
torchlibrosa
|
18 |
+
einops
|
19 |
+
regex
|
20 |
+
gradio
|
21 |
+
flash-attn
|
22 |
+
unidecode
|
23 |
+
phonemizer
|