Create requirements.txt
Browse files- requirements.txt +26 -0
requirements.txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#### --extra-index-url https://download.pytorch.org/whl/cu118
|
2 |
+
decord==0.6.0
|
3 |
+
einops==0.3.0
|
4 |
+
imageio==2.9.0
|
5 |
+
numpy==1.24.2
|
6 |
+
omegaconf==2.1.1
|
7 |
+
opencv_python
|
8 |
+
pandas==2.0.0
|
9 |
+
Pillow==9.5.0
|
10 |
+
pytorch_lightning==1.9.3
|
11 |
+
PyYAML==6.0
|
12 |
+
setuptools==65.6.3
|
13 |
+
torch==2.0.1
|
14 |
+
torchvision
|
15 |
+
tqdm==4.65.0
|
16 |
+
transformers==4.25.1
|
17 |
+
moviepy
|
18 |
+
av
|
19 |
+
xformers==0.0.20
|
20 |
+
gradio
|
21 |
+
timm
|
22 |
+
scikit-learn
|
23 |
+
open_clip_torch==2.22.0
|
24 |
+
kornia
|
25 |
+
huggingface_hub
|
26 |
+
httpx[socks]
|