Skip to content

Commit bc3cdb3

Browse files
committed
debug for qwen2.5 example test in ci
Signed-off-by: yenuo26 <410167048@qq.com>
1 parent 97f6453 commit bc3cdb3

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

.buildkite/test-ready.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ steps:
156156
timeout 17m bash -c '
157157
export VLLM_LOGGING_LEVEL=DEBUG
158158
export VLLM_WORKER_MULTIPROC_METHOD=spawn
159+
pytest -s -v tests/examples/online_serving/test_qwen2_5_omni.py -m "advanced_model" --run-level "advanced_model"
159160
pytest -s -v tests/e2e/offline_inference/test_qwen2_5_omni.py
160161
'
161162
agents:

tests/e2e/stage_configs/qwen2_5_omni_ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ stage_args:
2222
trust_remote_code: true
2323
engine_output_type: latent
2424
enable_prefix_caching: false
25+
mm_processor_cache_gb: 0
2526
is_comprehension: true
2627
final_output: true
2728
final_output_type: text

tests/examples/online_serving/test_qwen2_5_omni.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ def test_modality_control_003(omni_server) -> None:
236236
# TODO: Verify the E2E latency after confirmation baseline.
237237

238238

239-
@pytest.mark.skip(reason="There is a known issue with stream error.")
240239
@pytest.mark.advanced_model
241240
@pytest.mark.omni
242241
@hardware_test(res={"cuda": "L4", "rocm": "MI325"}, num_cards={"cuda": 4, "rocm": 2})

vllm_omni/model_executor/stage_configs/qwen2_5_omni.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ stage_args:
1919
engine_output_type: latent
2020
enable_prefix_caching: false
2121
max_num_batched_tokens: 32768
22+
mm_processor_cache_gb: 0
2223
is_comprehension: true
2324
final_output: true
2425
final_output_type: text

vllm_omni/model_executor/stage_configs/qwen2_5_omni_multiconnector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ stage_args:
1818
trust_remote_code: true
1919
engine_output_type: latent
2020
enable_prefix_caching: false
21+
mm_processor_cache_gb: 0
2122
is_comprehension: true
2223
final_output: true
2324
final_output_type: text

0 commit comments

Comments
 (0)