Spaces:
Runtime error
Runtime error
LanguageBind
commited on
Commit
•
3a96393
1
Parent(s):
0810108
Create requirements.txt
Browse files- requirements.txt +49 -0
requirements.txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
torchvision==0.16.2
|
3 |
+
transformers==4.39.1
|
4 |
+
accelerate==0.28.0
|
5 |
+
albumentations==1.4.0
|
6 |
+
av==11.0.0
|
7 |
+
decord==0.6.0
|
8 |
+
einops==0.7.0
|
9 |
+
fastapi==0.110.0
|
10 |
+
gdown==5.1.0
|
11 |
+
h5py==3.10.0
|
12 |
+
idna==3.6
|
13 |
+
imageio==2.34.0
|
14 |
+
matplotlib==3.7.5
|
15 |
+
numpy==1.24.4
|
16 |
+
omegaconf==2.1.1
|
17 |
+
opencv-python==4.9.0.80
|
18 |
+
opencv-python-headless==4.9.0.80
|
19 |
+
pandas==2.0.3
|
20 |
+
pillow==10.2.0
|
21 |
+
pydub==0.25.1
|
22 |
+
pytorch-lightning==1.4.2
|
23 |
+
pytorchvideo==0.1.5
|
24 |
+
PyYAML==6.0.1
|
25 |
+
regex==2023.12.25
|
26 |
+
requests==2.31.0
|
27 |
+
scikit-learn==1.3.2
|
28 |
+
scipy==1.10.1
|
29 |
+
six==1.16.0
|
30 |
+
test-tube==0.7.5
|
31 |
+
timm==0.9.16
|
32 |
+
torchdiffeq==0.2.3
|
33 |
+
torchmetrics==0.5.0
|
34 |
+
tqdm==4.66.2
|
35 |
+
urllib3==2.2.1
|
36 |
+
uvicorn==0.27.1
|
37 |
+
diffusers==0.24.0
|
38 |
+
scikit-video==1.1.11
|
39 |
+
imageio-ffmpeg==0.4.9
|
40 |
+
sentencepiece==0.1.99
|
41 |
+
beautifulsoup4==4.12.3
|
42 |
+
ftfy==6.1.3
|
43 |
+
moviepy==1.0.3
|
44 |
+
wandb==0.16.3
|
45 |
+
tensorboard==2.14.0
|
46 |
+
gradio==3.37.0
|
47 |
+
gradio_client==0.7.0
|
48 |
+
deepspeed==0.9.5
|
49 |
+
pydantic==1.10.13
|