davanstrien HF staff commited on
Commit
498af60
1 Parent(s): d803995

chore: Update requirements.txt with new dependencies

Browse files
Files changed (2) hide show
  1. requirements.in +10 -0
  2. requirements.txt +310 -8
requirements.in ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ colpali_engine>=0.3.1
2
+ gradio
3
+ huggingface_hub[hf_transfer]
4
+ python-dotenv
5
+ qdrant-client
6
+ stamina
7
+ torch
8
+ transformers>=4.45.0
9
+ numpy
10
+ datasets
requirements.txt CHANGED
@@ -1,8 +1,310 @@
1
- gradio
2
- torch
3
- datasets
4
- qdrant-client
5
- Pillow
6
- requests
7
- transformers
8
- colpali-engine
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file was autogenerated by uv via the following command:
2
+ # uv pip compile requirements.in -o requirements.txt
3
+ accelerate==0.34.2
4
+ # via peft
5
+ aiofiles==23.2.1
6
+ # via gradio
7
+ aiohappyeyeballs==2.4.3
8
+ # via aiohttp
9
+ aiohttp==3.10.8
10
+ # via
11
+ # datasets
12
+ # fsspec
13
+ aiosignal==1.3.1
14
+ # via aiohttp
15
+ annotated-types==0.7.0
16
+ # via pydantic
17
+ anyio==4.6.0
18
+ # via
19
+ # gradio
20
+ # httpx
21
+ # starlette
22
+ attrs==24.2.0
23
+ # via aiohttp
24
+ certifi==2024.8.30
25
+ # via
26
+ # httpcore
27
+ # httpx
28
+ # requests
29
+ charset-normalizer==3.3.2
30
+ # via requests
31
+ click==8.1.7
32
+ # via
33
+ # typer
34
+ # uvicorn
35
+ colpali-engine==0.3.1
36
+ # via -r requirements.in
37
+ contourpy==1.3.0
38
+ # via matplotlib
39
+ cycler==0.12.1
40
+ # via matplotlib
41
+ datasets==3.0.1
42
+ # via -r requirements.in
43
+ dill==0.3.8
44
+ # via
45
+ # datasets
46
+ # multiprocess
47
+ fastapi==0.115.0
48
+ # via gradio
49
+ ffmpy==0.4.0
50
+ # via gradio
51
+ filelock==3.16.1
52
+ # via
53
+ # datasets
54
+ # huggingface-hub
55
+ # torch
56
+ # transformers
57
+ fonttools==4.54.1
58
+ # via matplotlib
59
+ frozenlist==1.4.1
60
+ # via
61
+ # aiohttp
62
+ # aiosignal
63
+ fsspec==2024.6.1
64
+ # via
65
+ # datasets
66
+ # gradio-client
67
+ # huggingface-hub
68
+ # torch
69
+ gputil==1.4.0
70
+ # via colpali-engine
71
+ gradio==4.44.1
72
+ # via -r requirements.in
73
+ gradio-client==1.3.0
74
+ # via gradio
75
+ grpcio==1.66.2
76
+ # via
77
+ # grpcio-tools
78
+ # qdrant-client
79
+ grpcio-tools==1.66.2
80
+ # via qdrant-client
81
+ h11==0.14.0
82
+ # via
83
+ # httpcore
84
+ # uvicorn
85
+ h2==4.1.0
86
+ # via httpx
87
+ hf-transfer==0.1.8
88
+ # via huggingface-hub
89
+ hpack==4.0.0
90
+ # via h2
91
+ httpcore==1.0.6
92
+ # via httpx
93
+ httpx==0.27.2
94
+ # via
95
+ # gradio
96
+ # gradio-client
97
+ # qdrant-client
98
+ huggingface-hub==0.25.1
99
+ # via
100
+ # -r requirements.in
101
+ # accelerate
102
+ # datasets
103
+ # gradio
104
+ # gradio-client
105
+ # peft
106
+ # tokenizers
107
+ # transformers
108
+ hyperframe==6.0.1
109
+ # via h2
110
+ idna==3.10
111
+ # via
112
+ # anyio
113
+ # httpx
114
+ # requests
115
+ # yarl
116
+ importlib-resources==6.4.5
117
+ # via gradio
118
+ jinja2==3.1.4
119
+ # via
120
+ # gradio
121
+ # torch
122
+ kiwisolver==1.4.7
123
+ # via matplotlib
124
+ markdown-it-py==3.0.0
125
+ # via rich
126
+ markupsafe==2.1.5
127
+ # via
128
+ # gradio
129
+ # jinja2
130
+ matplotlib==3.9.2
131
+ # via gradio
132
+ mdurl==0.1.2
133
+ # via markdown-it-py
134
+ mpmath==1.3.0
135
+ # via sympy
136
+ multidict==6.1.0
137
+ # via
138
+ # aiohttp
139
+ # yarl
140
+ multiprocess==0.70.16
141
+ # via datasets
142
+ networkx==3.3
143
+ # via torch
144
+ numpy==1.26.4
145
+ # via
146
+ # -r requirements.in
147
+ # accelerate
148
+ # colpali-engine
149
+ # contourpy
150
+ # datasets
151
+ # gradio
152
+ # matplotlib
153
+ # pandas
154
+ # peft
155
+ # pyarrow
156
+ # qdrant-client
157
+ # transformers
158
+ orjson==3.10.7
159
+ # via gradio
160
+ packaging==24.1
161
+ # via
162
+ # accelerate
163
+ # datasets
164
+ # gradio
165
+ # gradio-client
166
+ # huggingface-hub
167
+ # matplotlib
168
+ # peft
169
+ # transformers
170
+ pandas==2.2.3
171
+ # via
172
+ # datasets
173
+ # gradio
174
+ peft==0.11.1
175
+ # via colpali-engine
176
+ pillow==10.4.0
177
+ # via
178
+ # colpali-engine
179
+ # gradio
180
+ # matplotlib
181
+ portalocker==2.10.1
182
+ # via qdrant-client
183
+ protobuf==5.28.2
184
+ # via grpcio-tools
185
+ psutil==6.0.0
186
+ # via
187
+ # accelerate
188
+ # peft
189
+ pyarrow==17.0.0
190
+ # via datasets
191
+ pydantic==2.9.2
192
+ # via
193
+ # fastapi
194
+ # gradio
195
+ # qdrant-client
196
+ pydantic-core==2.23.4
197
+ # via pydantic
198
+ pydub==0.25.1
199
+ # via gradio
200
+ pygments==2.18.0
201
+ # via rich
202
+ pyparsing==3.1.4
203
+ # via matplotlib
204
+ python-dateutil==2.9.0.post0
205
+ # via
206
+ # matplotlib
207
+ # pandas
208
+ python-dotenv==1.0.1
209
+ # via -r requirements.in
210
+ python-multipart==0.0.12
211
+ # via gradio
212
+ pytz==2024.2
213
+ # via pandas
214
+ pyyaml==6.0.2
215
+ # via
216
+ # accelerate
217
+ # datasets
218
+ # gradio
219
+ # huggingface-hub
220
+ # peft
221
+ # transformers
222
+ qdrant-client==1.11.3
223
+ # via -r requirements.in
224
+ regex==2024.9.11
225
+ # via transformers
226
+ requests==2.32.3
227
+ # via
228
+ # colpali-engine
229
+ # datasets
230
+ # huggingface-hub
231
+ # transformers
232
+ rich==13.9.1
233
+ # via typer
234
+ ruff==0.6.8
235
+ # via gradio
236
+ safetensors==0.4.5
237
+ # via
238
+ # accelerate
239
+ # peft
240
+ # transformers
241
+ semantic-version==2.10.0
242
+ # via gradio
243
+ setuptools==75.1.0
244
+ # via
245
+ # grpcio-tools
246
+ # torch
247
+ shellingham==1.5.4
248
+ # via typer
249
+ six==1.16.0
250
+ # via python-dateutil
251
+ sniffio==1.3.1
252
+ # via
253
+ # anyio
254
+ # httpx
255
+ stamina==24.3.0
256
+ # via -r requirements.in
257
+ starlette==0.38.6
258
+ # via fastapi
259
+ sympy==1.13.3
260
+ # via torch
261
+ tenacity==9.0.0
262
+ # via stamina
263
+ tokenizers==0.20.0
264
+ # via transformers
265
+ tomlkit==0.12.0
266
+ # via gradio
267
+ torch==2.4.1
268
+ # via
269
+ # -r requirements.in
270
+ # accelerate
271
+ # colpali-engine
272
+ # peft
273
+ tqdm==4.66.5
274
+ # via
275
+ # datasets
276
+ # huggingface-hub
277
+ # peft
278
+ # transformers
279
+ transformers==4.45.1
280
+ # via
281
+ # -r requirements.in
282
+ # colpali-engine
283
+ # peft
284
+ typer==0.12.5
285
+ # via gradio
286
+ typing-extensions==4.12.2
287
+ # via
288
+ # fastapi
289
+ # gradio
290
+ # gradio-client
291
+ # huggingface-hub
292
+ # pydantic
293
+ # pydantic-core
294
+ # torch
295
+ # typer
296
+ tzdata==2024.2
297
+ # via pandas
298
+ urllib3==2.2.3
299
+ # via
300
+ # gradio
301
+ # qdrant-client
302
+ # requests
303
+ uvicorn==0.31.0
304
+ # via gradio
305
+ websockets==12.0
306
+ # via gradio-client
307
+ xxhash==3.5.0
308
+ # via datasets
309
+ yarl==1.13.1
310
+ # via aiohttp