Unverified Commit fa92958a authored by KrishnanPrash's avatar KrishnanPrash Committed by GitHub
Browse files

fix: unskip multimodal_disagg_qwen EPD test (#7523)


Signed-off-by: default avatarKrishnan Prashanth <kprashanth@nvidia.com>
parent bd3554ef
...@@ -386,8 +386,7 @@ vllm_configs = { ...@@ -386,8 +386,7 @@ vllm_configs = {
marks=[ marks=[
pytest.mark.gpu_1, pytest.mark.gpu_1,
pytest.mark.max_vram_gib(19.4), # observed peak 17.6 GiB (+10% safety) pytest.mark.max_vram_gib(19.4), # observed peak 17.6 GiB (+10% safety)
pytest.mark.post_merge, pytest.mark.pre_merge,
pytest.mark.skip(reason="DYN-2265"),
], ],
model="Qwen/Qwen3-VL-2B-Instruct", model="Qwen/Qwen3-VL-2B-Instruct",
script_args=["--model", "Qwen/Qwen3-VL-2B-Instruct", "--single-gpu"], script_args=["--model", "Qwen/Qwen3-VL-2B-Instruct", "--single-gpu"],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment