From cd06729a705251945217d5d36102bdb2453f3380 Mon Sep 17 00:00:00 2001 From: Jin Li <59594262+liji-nv@users.noreply.github.com> Date: Wed, 15 Oct 2025 10:43:10 +0800 Subject: [PATCH] [https://nvbugs/5547435][fix] Fix a merge conflict (#8365) Signed-off-by: Jin Li <59594262+liji-nv@users.noreply.github.com> --- tests/integration/defs/test_e2e.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/defs/test_e2e.py b/tests/integration/defs/test_e2e.py index 65714e5e42a..3defa73aac2 100644 --- a/tests/integration/defs/test_e2e.py +++ b/tests/integration/defs/test_e2e.py @@ -3129,9 +3129,9 @@ def test_ptp_quickstart_multimodal_2gpu(llm_root, llm_venv, model_name, cmd.append("--max_seq_len=4096") cmd.append("--load_lora") cmd.append("--auto_model_name") + cmd.append("Phi4MMForCausalLM") # TODO: remove this once kv cache reuse is supported for Phi-4-multimodal cmd.append("--disable_kv_cache_reuse") - cmd.append("Phi4MMForCausalLM") elif model_name == "mistral-small-3.1-24b-instruct": # TODO: remove this once kv cache reuse is supported for Mistral cmd.append("--disable_kv_cache_reuse")