From f08403742360be857552f1c08987500344cee238 Mon Sep 17 00:00:00 2001 From: Stanley Sun <190317771+StanleySun639@users.noreply.github.com> Date: Fri, 27 Jun 2025 09:04:59 +0000 Subject: [PATCH] rcca: test default kv_cache_reuse option Signed-off-by: Stanley Sun <190317771+StanleySun639@users.noreply.github.com> --- tests/integration/defs/test_e2e.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/integration/defs/test_e2e.py b/tests/integration/defs/test_e2e.py index 761404d074..a210b1af6f 100644 --- a/tests/integration/defs/test_e2e.py +++ b/tests/integration/defs/test_e2e.py @@ -2043,7 +2043,6 @@ def test_ptp_quickstart_multimodal(llm_root, llm_venv, model_name, model_path, *accuracy_inputs[modality]["prompt"], "--media", *accuracy_inputs[modality]["media"], - "--disable_kv_cache_reuse", ] # NOTE: Qwen2-VL and Qwen2-5-VL model need larger max_num_tokens for video. if model_name in ["qwen2-vl-7b-instruct", "qwen2.5-vl-7b-instruct"