Spaces:
Runtime error
Runtime error
Roll back requirements.txt
Browse filesExperimenting with different pinned versions didn't fix space :(
- requirements.txt +6 -9
requirements.txt
CHANGED
@@ -1,16 +1,13 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
-
torch
|
3 |
-
|
4 |
-
|
5 |
-
tokenizers==0.10.3
|
6 |
-
transformers==4.15.0
|
7 |
-
fairscale==0.4.4
|
8 |
|
|
|
9 |
ftfy
|
10 |
-
huggingface-hub
|
11 |
Pillow
|
12 |
-
timm
|
|
|
13 |
open_clip_torch==2.14.0
|
14 |
requests
|
15 |
-
blip-ci==0.0.4
|
16 |
clip-interrogator==0.5.4
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch
|
3 |
+
torchvision
|
|
|
|
|
|
|
|
|
4 |
|
5 |
+
fairscale
|
6 |
ftfy
|
7 |
+
huggingface-hub
|
8 |
Pillow
|
9 |
+
timm
|
10 |
+
transformers==4.15.0
|
11 |
open_clip_torch==2.14.0
|
12 |
requests
|
|
|
13 |
clip-interrogator==0.5.4
|