Spaces:
Runtime error
Runtime error
requirements
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -4,16 +4,16 @@ numpy==1.24.2
|
|
4 |
omegaconf==2.1.1
|
5 |
pandas==2.0.0
|
6 |
Pillow==9.5.0
|
7 |
-
pytorch_lightning==1.
|
8 |
PyYAML==6.0
|
9 |
setuptools==65.6.3
|
10 |
-
|
|
|
11 |
torchvision
|
12 |
tqdm==4.65.0
|
13 |
transformers==4.25.1
|
14 |
moviepy
|
15 |
av
|
16 |
-
xformers
|
17 |
timm
|
18 |
scikit-learn
|
19 |
open_clip_torch==2.12.0
|
|
|
4 |
omegaconf==2.1.1
|
5 |
pandas==2.0.0
|
6 |
Pillow==9.5.0
|
7 |
+
pytorch_lightning==1.9.0
|
8 |
PyYAML==6.0
|
9 |
setuptools==65.6.3
|
10 |
+
xformers==0.0.16
|
11 |
+
torch==1.13.1
|
12 |
torchvision
|
13 |
tqdm==4.65.0
|
14 |
transformers==4.25.1
|
15 |
moviepy
|
16 |
av
|
|
|
17 |
timm
|
18 |
scikit-learn
|
19 |
open_clip_torch==2.12.0
|