Skip to content

Commit d9f53fb

Browse files
committed
Removed redundant VISUAL_PROMPT_PREFIX
1 parent 3a0b570 commit d9f53fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastembed/late_interaction_multimodal/colpali.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ class ColPali(LateInteractionMultimodalEmbeddingBase, OnnxMultimodalModel[np.nda
4646
) # This is a tokenization of '<image>' * 1024 + '<bos>Describe the image.\n' line which is used as placeholder while processing just image
4747
EVEN_ATTENTION_MASK = np.array([1] * 1030)
4848
QUERY_MAX_LENGTH = 50
49-
VISUAL_PROMPT_PREFIX = "<image><bos>Describe the image."
5049

5150
def __init__(
5251
self,

0 commit comments

Comments
 (0)