Spaces:
Runtime error
Runtime error
Aastha
commited on
Commit
β’
aa73c8d
1
Parent(s):
ddd99dd
add dependencies for kosmos2
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
@@ -7,8 +7,8 @@ antlr4-python3-runtime==4.9.3
|
|
7 |
anyio==3.7.1
|
8 |
attrs==23.1.0
|
9 |
Babel==2.12.1
|
10 |
-
boto3==1.28.
|
11 |
-
botocore==1.31.
|
12 |
build==1.0.3
|
13 |
cachetools==5.3.1
|
14 |
certifi==2023.7.22
|
@@ -33,9 +33,9 @@ fsspec==2023.9.0
|
|
33 |
future==0.18.3
|
34 |
google-auth==2.22.0
|
35 |
google-auth-oauthlib==1.0.0
|
36 |
-
gradio==3.
|
37 |
gradio_client==0.5.0
|
38 |
-
grpcio==1.
|
39 |
h11==0.14.0
|
40 |
httpcore==0.17.3
|
41 |
httpx==0.24.1
|
@@ -77,7 +77,7 @@ onnx==1.13.0
|
|
77 |
onnx-simplifier==0.4.33
|
78 |
onnxruntime==1.13.1
|
79 |
opencv-python==4.8.0.76
|
80 |
-
orjson==3.9.
|
81 |
packaging==23.1
|
82 |
pandas==2.1.0
|
83 |
Pillow==10.0.0
|
@@ -100,14 +100,17 @@ pytz==2023.3.post1
|
|
100 |
PyYAML==6.0.1
|
101 |
rapidfuzz==3.2.0
|
102 |
referencing==0.30.2
|
|
|
103 |
requests==2.31.0
|
104 |
requests-oauthlib==1.3.1
|
105 |
rich==13.5.2
|
106 |
rpds-py==0.10.2
|
107 |
rsa==4.9
|
108 |
s3transfer==0.6.2
|
|
|
109 |
scipy==1.11.2
|
110 |
semantic-version==2.10.0
|
|
|
111 |
six==1.16.0
|
112 |
sniffio==1.3.0
|
113 |
snowballstemmer==2.2.0
|
@@ -127,13 +130,14 @@ sympy==1.12
|
|
127 |
tensorboard==2.14.0
|
128 |
tensorboard-data-server==0.7.1
|
129 |
termcolor==1.1.0
|
|
|
130 |
tomli==2.0.1
|
131 |
toolz==0.12.0
|
132 |
torch==2.0.1
|
133 |
-
torchinfo==1.8.0
|
134 |
torchmetrics==0.8.0
|
135 |
torchvision==0.15.2
|
136 |
tqdm==4.66.1
|
|
|
137 |
treelib==1.6.1
|
138 |
triton==2.0.0
|
139 |
typing_extensions==4.7.1
|
|
|
7 |
anyio==3.7.1
|
8 |
attrs==23.1.0
|
9 |
Babel==2.12.1
|
10 |
+
boto3==1.28.43
|
11 |
+
botocore==1.31.43
|
12 |
build==1.0.3
|
13 |
cachetools==5.3.1
|
14 |
certifi==2023.7.22
|
|
|
33 |
future==0.18.3
|
34 |
google-auth==2.22.0
|
35 |
google-auth-oauthlib==1.0.0
|
36 |
+
gradio==3.43.1
|
37 |
gradio_client==0.5.0
|
38 |
+
grpcio==1.58.0
|
39 |
h11==0.14.0
|
40 |
httpcore==0.17.3
|
41 |
httpx==0.24.1
|
|
|
77 |
onnx-simplifier==0.4.33
|
78 |
onnxruntime==1.13.1
|
79 |
opencv-python==4.8.0.76
|
80 |
+
orjson==3.9.6
|
81 |
packaging==23.1
|
82 |
pandas==2.1.0
|
83 |
Pillow==10.0.0
|
|
|
100 |
PyYAML==6.0.1
|
101 |
rapidfuzz==3.2.0
|
102 |
referencing==0.30.2
|
103 |
+
regex==2023.8.8
|
104 |
requests==2.31.0
|
105 |
requests-oauthlib==1.3.1
|
106 |
rich==13.5.2
|
107 |
rpds-py==0.10.2
|
108 |
rsa==4.9
|
109 |
s3transfer==0.6.2
|
110 |
+
safetensors==0.3.3
|
111 |
scipy==1.11.2
|
112 |
semantic-version==2.10.0
|
113 |
+
sentencepiece==0.1.99
|
114 |
six==1.16.0
|
115 |
sniffio==1.3.0
|
116 |
snowballstemmer==2.2.0
|
|
|
130 |
tensorboard==2.14.0
|
131 |
tensorboard-data-server==0.7.1
|
132 |
termcolor==1.1.0
|
133 |
+
tokenizers==0.13.3
|
134 |
tomli==2.0.1
|
135 |
toolz==0.12.0
|
136 |
torch==2.0.1
|
|
|
137 |
torchmetrics==0.8.0
|
138 |
torchvision==0.15.2
|
139 |
tqdm==4.66.1
|
140 |
+
transformers @ git+https://github.com/huggingface/transformers.git@fb7d246951d5f60aa36a7958841dfea72f51fc6b
|
141 |
treelib==1.6.1
|
142 |
triton==2.0.0
|
143 |
typing_extensions==4.7.1
|