Spaces:
Runtime error
Runtime error
update requirements add jit hack
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -2,13 +2,12 @@ torch==2.0.0
|
|
2 |
torchdata
|
3 |
torchvision
|
4 |
accelerate==0.28.0
|
5 |
-
bitsandbytes==0.43.0
|
6 |
transformers==4.39.3
|
7 |
diffusers==0.27.2
|
8 |
albumentations==1.3.0
|
9 |
av==10.0.0
|
10 |
boto3==1.26.115
|
11 |
-
|
12 |
decord==0.6.0
|
13 |
einops==0.7.0
|
14 |
fastapi==0.103.2
|
@@ -28,11 +27,12 @@ seaborn==0.12.2
|
|
28 |
modelscope==1.13.3
|
29 |
tqdm==4.65.0
|
30 |
xformers==0.0.19
|
31 |
-
open-clip-torch==2.24.0
|
32 |
jsonargparse[signatures]==4.27.7
|
33 |
fairscale==0.4.13
|
34 |
rotary-embedding-torch==0.5.3
|
35 |
easydict==1.13
|
36 |
torchsde==0.2.6
|
37 |
imageio[ffmpeg]==2.25.0
|
38 |
-
kornia==0.7.2
|
|
|
|
|
|
2 |
torchdata
|
3 |
torchvision
|
4 |
accelerate==0.28.0
|
|
|
5 |
transformers==4.39.3
|
6 |
diffusers==0.27.2
|
7 |
albumentations==1.3.0
|
8 |
av==10.0.0
|
9 |
boto3==1.26.115
|
10 |
+
open_clip_torch
|
11 |
decord==0.6.0
|
12 |
einops==0.7.0
|
13 |
fastapi==0.103.2
|
|
|
27 |
modelscope==1.13.3
|
28 |
tqdm==4.65.0
|
29 |
xformers==0.0.19
|
|
|
30 |
jsonargparse[signatures]==4.27.7
|
31 |
fairscale==0.4.13
|
32 |
rotary-embedding-torch==0.5.3
|
33 |
easydict==1.13
|
34 |
torchsde==0.2.6
|
35 |
imageio[ffmpeg]==2.25.0
|
36 |
+
kornia==0.7.2
|
37 |
+
clip @ git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33
|
38 |
+
open_clip_torch
|