Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +15 -14
requirements.txt
CHANGED
@@ -1,14 +1,15 @@
|
|
1 |
-
torch
|
2 |
-
numpy
|
3 |
-
einops
|
4 |
-
tqdm
|
5 |
-
argbind
|
6 |
-
torchaudio
|
7 |
-
soundfile
|
8 |
-
click
|
9 |
-
PyYAML
|
10 |
-
accelerate
|
11 |
-
torchmetrics
|
12 |
-
munch
|
13 |
-
librosa
|
14 |
-
transformers
|
|
|
|
1 |
+
torch
|
2 |
+
numpy
|
3 |
+
einops
|
4 |
+
tqdm
|
5 |
+
argbind
|
6 |
+
torchaudio
|
7 |
+
soundfile
|
8 |
+
click
|
9 |
+
PyYAML
|
10 |
+
accelerate
|
11 |
+
torchmetrics
|
12 |
+
munch
|
13 |
+
librosa
|
14 |
+
transformers
|
15 |
+
descript-audio-codec
|