mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-27 01:01:52 +08:00
[CI/Build] Skip Qwen3-VL initialization tests until models are actually released (#25394)
Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk> Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
parent
ff54b6bfe3
commit
6e9229e919
@ -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