Spaces:
Runtime error
Runtime error
update requirements.txt
Browse files- requirements.txt +50 -57
requirements.txt
CHANGED
@@ -1,57 +1,50 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
- yt-dlp
|
52 |
-
- huggingface_hub
|
53 |
-
- taming-transformers-rom1504==0.0.6
|
54 |
-
- warmup_scheduler==0.3
|
55 |
-
- ruamel.yaml==0.18.6
|
56 |
-
- git+https://github.com/LAION-AI/CLAP.git
|
57 |
-
# - sentence_transformers==2.7.0
|
|
|
1 |
+
aiohttp==3.8.6
|
2 |
+
cryptography==42.0.7
|
3 |
+
gensim==4.3.2
|
4 |
+
h5py==3.11.0
|
5 |
+
huggingface-hub==0.23.3
|
6 |
+
ipython==8.17.2
|
7 |
+
matplotlib==3.8.1
|
8 |
+
audioread==3.0.1
|
9 |
+
boto3==1.34.108
|
10 |
+
librosa==0.9.2
|
11 |
+
loguru==0.7.2
|
12 |
+
moviepy==1.0.3
|
13 |
+
numpy==1.23.5
|
14 |
+
omegaconf==2.3.0
|
15 |
+
pandas==2.2.2
|
16 |
+
pillow==10.1.0
|
17 |
+
pytorch-lightning==2.1.1
|
18 |
+
rclone==0.4.4
|
19 |
+
requests==2.32.3
|
20 |
+
safetensors==0.4.3
|
21 |
+
scikit-image==0.22.0
|
22 |
+
scikit-learn==1.5.0
|
23 |
+
scipy==1.13.1
|
24 |
+
six==1.16.0
|
25 |
+
soundfile==0.12.1
|
26 |
+
timm==0.4.12
|
27 |
+
tokenizers==0.19.1
|
28 |
+
torch==2.1.2
|
29 |
+
torchaudio==2.1.2
|
30 |
+
torchlibrosa==0.1.0
|
31 |
+
torchmetrics==1.2.0
|
32 |
+
torchvision==0.16.2
|
33 |
+
tqdm==4.66.4
|
34 |
+
transformers==4.41.2
|
35 |
+
triton==2.1.0
|
36 |
+
wandb==0.17.1
|
37 |
+
wave==0.0.2
|
38 |
+
webdataset==0.2.86
|
39 |
+
wget==3.2
|
40 |
+
einops==0.7.0
|
41 |
+
regex==2024.5.15
|
42 |
+
ftfy==6.2.0
|
43 |
+
xformers==0.0.23
|
44 |
+
yt-dlp
|
45 |
+
huggingface_hub
|
46 |
+
taming-transformers-rom1504==0.0.6
|
47 |
+
warmup_scheduler==0.3
|
48 |
+
ruamel.yaml==0.18.6
|
49 |
+
git+https://github.com/LAION-AI/CLAP.git
|
50 |
+
# sentence_transformers==2.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|