From b7d127d29aeee3a7fa9588b26226fc0c8cd1a8b6 Mon Sep 17 00:00:00 2001 From: Daniel Huang Date: Fri, 27 Mar 2026 12:55:09 -0700 Subject: [PATCH] Remove duplicate yaml entry Signed-off-by: Daniel Huang --- tests/e2e/stage_configs/xpu/qwen2_5_omni_ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/e2e/stage_configs/xpu/qwen2_5_omni_ci.yaml b/tests/e2e/stage_configs/xpu/qwen2_5_omni_ci.yaml index 1af08098adc..14ef3c34385 100644 --- a/tests/e2e/stage_configs/xpu/qwen2_5_omni_ci.yaml +++ b/tests/e2e/stage_configs/xpu/qwen2_5_omni_ci.yaml @@ -8,7 +8,6 @@ stage_args: process: true # Run this stage in a separate process devices: "0" # Visible devices for this stage engine_args: - max_num_seqs: 1 model_stage: thinker model_arch: Qwen2_5OmniForConditionalGeneration worker_type: ar @@ -40,7 +39,6 @@ stage_args: process: true devices: "1" engine_args: - max_num_seqs: 1 model_stage: talker model_arch: Qwen2_5OmniForConditionalGeneration worker_type: ar