Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +29 -28
requirements.txt
CHANGED
@@ -1,28 +1,29 @@
|
|
1 |
-
torch==1.13.1
|
2 |
-
torchaudio==0.13.1
|
3 |
-
torchvision==0.14.1
|
4 |
-
transformers==4.27.0
|
5 |
-
accelerate==0.18.0
|
6 |
-
datasets==2.1.0
|
7 |
-
diffusers==0.18.2
|
8 |
-
einops==0.6.1
|
9 |
-
h5py==3.8.0
|
10 |
-
huggingface_hub==0.13.3
|
11 |
-
importlib_metadata==6.3.0
|
12 |
-
librosa==0.9.2
|
13 |
-
matplotlib==3.5.2
|
14 |
-
numpy==1.23.0
|
15 |
-
omegaconf==2.3.0
|
16 |
-
packaging==23.1
|
17 |
-
pandas==1.4.1
|
18 |
-
progressbar33==2.4
|
19 |
-
protobuf==3.20.*
|
20 |
-
resampy==0.4.2
|
21 |
-
scikit_image==0.19.3
|
22 |
-
scikit_learn==1.2.2
|
23 |
-
scipy==1.8.0
|
24 |
-
soundfile==0.12.1
|
25 |
-
ssr_eval==0.0.6
|
26 |
-
torchlibrosa==0.1.0
|
27 |
-
tqdm==4.63.1
|
28 |
-
wandb==0.12.14
|
|
|
|
1 |
+
torch==1.13.1
|
2 |
+
torchaudio==0.13.1
|
3 |
+
torchvision==0.14.1
|
4 |
+
transformers==4.27.0
|
5 |
+
accelerate==0.18.0
|
6 |
+
datasets==2.1.0
|
7 |
+
diffusers==0.18.2
|
8 |
+
einops==0.6.1
|
9 |
+
h5py==3.8.0
|
10 |
+
huggingface_hub==0.13.3
|
11 |
+
importlib_metadata==6.3.0
|
12 |
+
librosa==0.9.2
|
13 |
+
matplotlib==3.5.2
|
14 |
+
numpy==1.23.0
|
15 |
+
omegaconf==2.3.0
|
16 |
+
packaging==23.1
|
17 |
+
pandas==1.4.1
|
18 |
+
progressbar33==2.4
|
19 |
+
protobuf==3.20.*
|
20 |
+
resampy==0.4.2
|
21 |
+
scikit_image==0.19.3
|
22 |
+
scikit_learn==1.2.2
|
23 |
+
scipy==1.8.0
|
24 |
+
soundfile==0.12.1
|
25 |
+
ssr_eval==0.0.6
|
26 |
+
torchlibrosa==0.1.0
|
27 |
+
tqdm==4.63.1
|
28 |
+
wandb==0.12.14
|
29 |
+
gradio
|