Spaces:
Runtime error
Runtime error
Update with md5sum and half precision inference
Browse files- requirements.txt +20 -20
requirements.txt
CHANGED
@@ -1,24 +1,24 @@
|
|
1 |
-
accelerate==0.17.0
|
2 |
-
editdistance==0.6.2
|
3 |
-
einops==0.6.0
|
4 |
-
fairscale==0.4.13
|
5 |
-
fire==0.5.0
|
6 |
-
geffnet==1.0.2
|
7 |
git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13
|
8 |
git+https://github.com/openai/CLIP.git@a9b1bf5
|
9 |
-
gradio
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
opencv-python-headless==4.7.0.72
|
12 |
-
|
13 |
-
|
14 |
-
pycocotools
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
ruamel.yaml==0.17.21
|
17 |
-
|
18 |
-
|
19 |
-
timm==0.6.12
|
20 |
-
torch==1.13.1
|
21 |
-
torchvision==0.14.1
|
22 |
-
transformers==4.26.1
|
23 |
-
yacs==0.1.8
|
24 |
-
matplotlib==3.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/facebookresearch/detectron2.git@5aeb252b194b93dc2879b4ac34bc51a31b5aee13
|
2 |
git+https://github.com/openai/CLIP.git@a9b1bf5
|
3 |
+
gradio~=3.24.1
|
4 |
+
torch~=2.0.0
|
5 |
+
einops~=0.4.1
|
6 |
+
transformers~=4.26.1
|
7 |
+
numpy~=1.21.5
|
8 |
+
pillow~=9.2.0
|
9 |
+
torchvision~=0.15.1
|
10 |
+
ruamel_yaml~=0.15.87
|
11 |
opencv-python-headless==4.7.0.72
|
12 |
+
timm~=0.6.12
|
13 |
+
matplotlib~=3.4.1
|
14 |
+
pycocotools~=2.0.4
|
15 |
+
scipy~=1.4.1
|
16 |
+
yacs~=0.1.8
|
17 |
+
pyclipper~=1.3.0.post3
|
18 |
+
shapely~=1.7.1
|
19 |
+
editdistance~=0.6.0
|
20 |
+
accelerate~=0.15.0
|
21 |
+
pycocoevalcap~=1.2
|
22 |
ruamel.yaml==0.17.21
|
23 |
+
rich~=13.3.2
|
24 |
+
fire~=0.4.0
|
|
|
|
|
|
|
|
|
|
|
|