Skip to content

Commit 206a993

Browse files
authored
[https://nvbugs/5547435][fix] Fix a merge conflict (#8365)
Signed-off-by: Jin Li <[email protected]>
1 parent 493da02 commit 206a993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3090,9 +3090,9 @@ def test_ptp_quickstart_multimodal_2gpu(llm_root, llm_venv, model_name,
30903090
cmd.append("--max_seq_len=4096")
30913091
cmd.append("--load_lora")
30923092
cmd.append("--auto_model_name")
3093+
cmd.append("Phi4MMForCausalLM")
30933094
# TODO: remove this once kv cache reuse is supported for Phi-4-multimodal
30943095
cmd.append("--disable_kv_cache_reuse")
3095-
cmd.append("Phi4MMForCausalLM")
30963096
elif model_name == "mistral-small-3.1-24b-instruct":
30973097
# TODO: remove this once kv cache reuse is supported for Mistral
30983098
cmd.append("--disable_kv_cache_reuse")

0 commit comments

Comments
 (0)