Skip to content

Commit 81547e0

Browse files
nit: Remove print statement
1 parent fe8750b commit 81547e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastembed/late_interaction/jina_colbert.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def _preprocess_onnx_input(
4949
onnx_input["input_ids"][:, 1] = self.QUERY_MARKER_TOKEN_ID
5050
# the attention mask for jina-colbert-v2 is always 1 in queries
5151
onnx_input["attention_mask"][:] = 1
52-
print(onnx_input)
5352
return onnx_input
5453

5554

0 commit comments

Comments
 (0)