Spaces:
Running
on
A10G
Running
on
A10G
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,13 +1,14 @@
|
|
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 |
blip-ci==0.0.4
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torch==1.12.1
|
3 |
+
#torchvision
|
4 |
+
|
5 |
+
transformers==4.15.0
|
6 |
+
fairscale==0.4.4
|
7 |
|
|
|
8 |
ftfy
|
9 |
+
huggingface-hub==0.4.0
|
10 |
Pillow
|
11 |
+
timm==0.4.12
|
|
|
12 |
open_clip_torch==2.14.0
|
13 |
requests
|
14 |
blip-ci==0.0.4
|