mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-09 08:15:56 +08:00
[CI/Build] Skip Qwen3-VL initialization tests until models are actually released (#25394)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
parent
8db2939289
commit
f552d5e578
@ -562,10 +562,12 @@ _MULTIMODAL_EXAMPLE_MODELS = {
|
||||
"Qwen2_5OmniForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen2.5-Omni-7B-AWQ"), # noqa: E501
|
||||
"Qwen3VLForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen3-VL-4B-Instruct", # noqa: E501
|
||||
max_model_len=4096,
|
||||
min_transformers_version="4.57"), # noqa: E501
|
||||
min_transformers_version="4.57",
|
||||
is_available_online=False),
|
||||
"Qwen3VLMoeForConditionalGeneration": _HfExamplesInfo("Qwen/Qwen3-VL-30B-A3B-Instruct", # noqa: E501
|
||||
max_model_len=4096,
|
||||
min_transformers_version="4.57"),
|
||||
max_model_len=4096,
|
||||
min_transformers_version="4.57",
|
||||
is_available_online=False),
|
||||
"RForConditionalGeneration": _HfExamplesInfo("YannQi/R-4B",
|
||||
trust_remote_code=True),
|
||||
"SkyworkR1VChatModel": _HfExamplesInfo("Skywork/Skywork-R1V-38B",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user