We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb90214 commit acec312Copy full SHA for acec312
fastembed/late_interaction_multimodal/colpali.py
@@ -175,7 +175,7 @@ def _preprocess_onnx_text_input(
175
) -> dict[str, NumpyArray]:
176
onnx_input["input_ids"] = np.array(
177
[
178
- self.QUERY_MARKER_TOKEN_ID + input_ids[2:].tolist()
+ self.QUERY_MARKER_TOKEN_ID + input_ids[2:].tolist() # type: ignore[index]
179
for input_ids in onnx_input["input_ids"]
180
]
181
)
0 commit comments