Spaces:
Runtime error
Runtime error
ReiPlush64
commited on
Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
-
|
2 |
-
torchvision
|
3 |
addict==2.4.0
|
4 |
albumentations==1.3.0
|
5 |
einops==0.6.0
|
@@ -9,15 +8,14 @@ imageio==2.26.0
|
|
9 |
imageio-ffmpeg==0.4.8
|
10 |
kornia
|
11 |
omegaconf==2.3.0
|
12 |
-
torch
|
13 |
opencv-contrib-python==4.7.0.72
|
14 |
opencv-python-headless==4.7.0.72
|
15 |
prettytable==3.6.0
|
16 |
pytorch-lightning
|
17 |
safetensors==0.3.0
|
18 |
timm
|
19 |
-
|
20 |
-
torchvision==0.14.1+cu113
|
21 |
fastai
|
22 |
transformers==4.27.1
|
23 |
datasets==2.9.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu117
|
|
|
2 |
addict==2.4.0
|
3 |
albumentations==1.3.0
|
4 |
einops==0.6.0
|
|
|
8 |
imageio-ffmpeg==0.4.8
|
9 |
kornia
|
10 |
omegaconf==2.3.0
|
11 |
+
open-clip-torch
|
12 |
opencv-contrib-python==4.7.0.72
|
13 |
opencv-python-headless==4.7.0.72
|
14 |
prettytable==3.6.0
|
15 |
pytorch-lightning
|
16 |
safetensors==0.3.0
|
17 |
timm
|
18 |
+
torchvision==0.14.1+cu117
|
|
|
19 |
fastai
|
20 |
transformers==4.27.1
|
21 |
datasets==2.9.0
|