fffiloni commited on
Commit
95aee8f
1 Parent(s): b3f324b

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -0
requirements.txt ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ timm==0.9.16
31
+ torchdiffeq==0.2.3
32
+ torchmetrics==0.5.0
33
+ tqdm==4.66.2
34
+ urllib3==2.2.1
35
+ uvicorn==0.27.1
36
+ diffusers==0.24.0
37
+ scikit-video==1.1.11
38
+ imageio-ffmpeg==0.4.9
39
+ sentencepiece==0.1.99
40
+ beautifulsoup4==4.12.3
41
+ ftfy==6.1.3
42
+ moviepy==1.0.3
43
+ wandb==0.16.3
44
+ tensorboard==2.14.0