Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +21 -22
requirements.txt
CHANGED
@@ -1,30 +1,29 @@
|
|
1 |
-
torch==
|
2 |
-
torchaudio==0.
|
3 |
-
torchvision==0.
|
4 |
-
transformers==4.
|
5 |
-
accelerate==0.
|
6 |
-
datasets==2.1
|
7 |
diffusers==0.18.2
|
8 |
-
einops==0.
|
9 |
-
h5py==3.
|
10 |
-
huggingface_hub==0.
|
11 |
-
importlib_metadata==
|
12 |
-
librosa==0.
|
13 |
-
matplotlib==3.
|
14 |
-
numpy==1.23.
|
15 |
-
omegaconf==2.
|
16 |
-
packaging==23.
|
17 |
-
pandas==
|
18 |
-
progressbar33==2.
|
19 |
protobuf==3.20.*
|
20 |
resampy==0.4.2
|
21 |
-
scikit_image==0.
|
22 |
-
scikit_learn==1.
|
23 |
-
scipy==1.
|
24 |
soundfile==0.12.1
|
25 |
-
ssr_eval==0.0.
|
26 |
torchlibrosa==0.1.0
|
27 |
tqdm==4.63.1
|
28 |
-
wandb==0.12.14
|
29 |
laion-clap==1.1.4
|
30 |
gradio
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchaudio==2.0.2
|
3 |
+
torchvision==0.15.2
|
4 |
+
transformers==4.37.2
|
5 |
+
accelerate==0.26.1
|
6 |
+
datasets==2.16.1
|
7 |
diffusers==0.18.2
|
8 |
+
einops==0.7.0
|
9 |
+
h5py==3.10.0
|
10 |
+
huggingface_hub==0.20.3
|
11 |
+
importlib_metadata==7.0.1
|
12 |
+
librosa==0.10.1
|
13 |
+
matplotlib==3.8.2
|
14 |
+
numpy==1.23.5
|
15 |
+
omegaconf==2.0.6
|
16 |
+
packaging==23.2
|
17 |
+
pandas==2.2.0
|
18 |
+
progressbar33==2.5
|
19 |
protobuf==3.20.*
|
20 |
resampy==0.4.2
|
21 |
+
scikit_image==0.22.0
|
22 |
+
scikit_learn==1.4.0
|
23 |
+
scipy==1.12.0
|
24 |
soundfile==0.12.1
|
25 |
+
ssr_eval==0.0.7
|
26 |
torchlibrosa==0.1.0
|
27 |
tqdm==4.63.1
|
|
|
28 |
laion-clap==1.1.4
|
29 |
gradio
|