Skip to content

Commit 7ebe90d

Browse files
committed
fix: fix colpali test
1 parent 837ed40 commit 7ebe90d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_late_interaction_multimodal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
queries = ["hello world", "flag embedding"]
4242
images = [
4343
TEST_MISC_DIR / "image.jpeg",
44-
str(TEST_MISC_DIR / "small_image.jpeg"),
45-
Image.open((TEST_MISC_DIR / "small_image.jpeg")),
44+
str(TEST_MISC_DIR / "image.jpeg"),
45+
Image.open((TEST_MISC_DIR / "image.jpeg")),
4646
]
4747

4848

0 commit comments

Comments
 (0)