Skip to content

Commit 8f6f057

Browse files
committed
fix: uncomment colpali in tests
1 parent 46453a2 commit 8f6f057

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

tests/test_late_interaction_multimodal.py

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111

1212
# vectors are abridged and rounded for brevity
1313
CANONICAL_IMAGE_VALUES = {
14-
# "Qdrant/colpali-v1.3-fp16": np.array(
15-
# [
16-
# [-0.0345, -0.022, 0.0567, -0.0518, -0.0782, 0.1714, -0.1738],
17-
# [-0.1181, -0.099, 0.0268, 0.0774, 0.0228, 0.0563, -0.1021],
18-
# [-0.117, -0.0683, 0.0371, 0.0921, 0.0107, 0.0659, -0.0666],
19-
# [-0.1393, -0.0948, 0.037, 0.0951, -0.0126, 0.0678, -0.087],
20-
# [-0.0957, -0.081, 0.0404, 0.052, 0.0409, 0.0335, -0.064],
21-
# [-0.0626, -0.0445, 0.056, 0.0592, -0.0229, 0.0409, -0.0301],
22-
# [-0.1299, -0.0691, 0.1097, 0.0728, 0.0123, 0.0519, 0.0122],
23-
# ]
24-
# ),
14+
"Qdrant/colpali-v1.3-fp16": np.array(
15+
[
16+
[-0.0345, -0.022, 0.0567, -0.0518, -0.0782, 0.1714, -0.1738],
17+
[-0.1181, -0.099, 0.0268, 0.0774, 0.0228, 0.0563, -0.1021],
18+
[-0.117, -0.0683, 0.0371, 0.0921, 0.0107, 0.0659, -0.0666],
19+
[-0.1393, -0.0948, 0.037, 0.0951, -0.0126, 0.0678, -0.087],
20+
[-0.0957, -0.081, 0.0404, 0.052, 0.0409, 0.0335, -0.064],
21+
[-0.0626, -0.0445, 0.056, 0.0592, -0.0229, 0.0409, -0.0301],
22+
[-0.1299, -0.0691, 0.1097, 0.0728, 0.0123, 0.0519, 0.0122],
23+
]
24+
),
2525
"Qdrant/colmodernvbert": np.array(
2626
[
2727
[0.11614, -0.15793, -0.11194, 0.0688, 0.08001, 0.10575, -0.07871],
@@ -36,17 +36,17 @@
3636
}
3737

3838
CANONICAL_QUERY_VALUES = {
39-
# "Qdrant/colpali-v1.3-fp16": np.array(
40-
# [
41-
# [-0.0023, 0.1477, 0.1594, 0.046, -0.0196, 0.0554, 0.1567],
42-
# [-0.0139, -0.0057, 0.0932, 0.0052, -0.0678, 0.0131, 0.0537],
43-
# [0.0054, 0.0364, 0.2078, -0.074, 0.0355, 0.061, 0.1593],
44-
# [-0.0076, -0.0154, 0.2266, 0.0103, 0.0089, -0.024, 0.098],
45-
# [-0.0274, 0.0098, 0.2106, -0.0634, 0.0616, -0.0021, 0.0708],
46-
# [0.0074, 0.0025, 0.1631, -0.0802, 0.0418, -0.0219, 0.1022],
47-
# [-0.0165, -0.0106, 0.1672, -0.0768, 0.0389, -0.0038, 0.1137],
48-
# ]
49-
# ),
39+
"Qdrant/colpali-v1.3-fp16": np.array(
40+
[
41+
[-0.0023, 0.1477, 0.1594, 0.046, -0.0196, 0.0554, 0.1567],
42+
[-0.0139, -0.0057, 0.0932, 0.0052, -0.0678, 0.0131, 0.0537],
43+
[0.0054, 0.0364, 0.2078, -0.074, 0.0355, 0.061, 0.1593],
44+
[-0.0076, -0.0154, 0.2266, 0.0103, 0.0089, -0.024, 0.098],
45+
[-0.0274, 0.0098, 0.2106, -0.0634, 0.0616, -0.0021, 0.0708],
46+
[0.0074, 0.0025, 0.1631, -0.0802, 0.0418, -0.0219, 0.1022],
47+
[-0.0165, -0.0106, 0.1672, -0.0768, 0.0389, -0.0038, 0.1137],
48+
]
49+
),
5050
"Qdrant/colmodernvbert": np.array(
5151
[
5252
[0.05, 0.06557, 0.04026, 0.14981, 0.1842, 0.0263, -0.18706],

0 commit comments

Comments
 (0)