Spaces:
Runtime error
Runtime error
Fabrice-TIERCELIN
commited on
Commit
•
fdf0481
1
Parent(s):
1cb326c
Add all the dependencies
Browse files- requirements.txt +18 -1
requirements.txt
CHANGED
@@ -9,4 +9,21 @@ gitpython
|
|
9 |
huggingface_hub
|
10 |
|
11 |
torchaudio==2.4.0
|
12 |
-
transformers==4.31.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
huggingface_hub
|
10 |
|
11 |
torchaudio==2.4.0
|
12 |
+
transformers==4.31.0
|
13 |
+
accelerate==0.21.0
|
14 |
+
datasets==2.1.0
|
15 |
+
einops==0.8.0
|
16 |
+
huggingface_hub==0.19.4
|
17 |
+
importlib_metadata==6.3.0
|
18 |
+
librosa==0.9.2
|
19 |
+
matplotlib==3.9.0
|
20 |
+
omegaconf==2.3.0
|
21 |
+
packaging==24.1
|
22 |
+
progressbar33==2.4
|
23 |
+
protobuf==3.20.*
|
24 |
+
safetensors==0.4.4
|
25 |
+
sentencepiece==0.1.99
|
26 |
+
scipy==1.8.0
|
27 |
+
soundfile==0.12.1
|
28 |
+
tqdm==4.63.1
|
29 |
+
wandb==0.12.14
|