Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +15 -15
requirements.txt
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
torchmetrics
|
12 |
-
munch
|
13 |
-
librosa
|
14 |
-
transformers
|
15 |
-
descript-audio-codec
|
|
|
1 |
+
torch==2.1.0
|
2 |
+
torchaudio==2.1.0
|
3 |
+
torchvision==0.16.0
|
4 |
+
numpy==1.23.5
|
5 |
+
einops==0.8.0
|
6 |
+
tqdm==4.66.1
|
7 |
+
argbind==0.3.7
|
8 |
+
soundfile==0.12.1
|
9 |
+
click==8.1.7
|
10 |
+
PyYAML==6.0.1
|
11 |
+
torchmetrics==1.0.3
|
12 |
+
munch==4.0.0
|
13 |
+
librosa==0.10.2
|
14 |
+
transformers==4.41.0
|
15 |
+
descript-audio-codec==1.0.0
|