Skip to content

Commit 1aed751

Browse files
[https://nvbugs/5430124][fix] Mistral mixture_text_image test case fix (NVIDIA#6648)
Signed-off-by: yechank <[email protected]>
1 parent 13ecb4a commit 1aed751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2165,8 +2165,8 @@ def test_ptp_quickstart_multimodal(llm_root, llm_venv, model_name, model_path,
21652165
"Describe the scene in the image briefly.",
21662166
],
21672167
"media": [
2168-
[],
2169-
[str(test_data_root / "inpaint.png")],
2168+
"",
2169+
str(test_data_root / "inpaint.png"),
21702170
],
21712171
}
21722172
}
@@ -2226,7 +2226,7 @@ def test_ptp_quickstart_multimodal(llm_root, llm_venv, model_name, model_path,
22262226
],
22272227
"mixture_text_image":
22282228
[["invention", "person", "scientists", "Lick", "engineers"],
2229-
["landscape", "dome", "yosemite", "altitude", "scattered"]]
2229+
["landscape", "trees", "road", "natural", "rock"]]
22302230
},
22312231
"gemma-3-27b-it": {
22322232
"image": [

0 commit comments

Comments
 (0)