Skip to content

Commit 56b496a

Browse files
DarkLight1337rtourgeman
authored andcommitted
[CI/Build] Skip Qwen3-VL initialization tests until models are actually released (vllm-project#25394)
Signed-off-by: DarkLight1337 <[email protected]>
1 parent af9d65e commit 56b496a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tests/models/registry.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,10 +562,12 @@ def check_available_online(
562562
"Qwen2_5OmniForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen2.5-Omni-7B-AWQ"), # noqa: E501
563563
"Qwen3VLForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen3-VL-4B-Instruct", # noqa: E501
564564
max_model_len=4096,
565-
min_transformers_version="4.57"), # noqa: E501
565+
min_transformers_version="4.57",
566+
is_available_online=False),
566567
"Qwen3VLMoeForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen3-VL-30B-A3B-Instruct", # noqa: E501
567-
max_model_len=4096,
568-
min_transformers_version="4.57"),
568+
max_model_len=4096,
569+
min_transformers_version="4.57",
570+
is_available_online=False),
569571
"RForConditionalGeneration": _HfExamplesInfo("YannQi/R-4B",
570572
trust_remote_code=True),
571573
"SkyworkR1VChatModel": _HfExamplesInfo("Skywork/Skywork-R1V-38B",

0 commit comments

Comments
 (0)