Unverified Commit cc0d565f authored by Isotr0py's avatar Isotr0py Committed by GitHub
Browse files

[CI/Build] Enable Qwen3.5 tests on CI (#35763)


Signed-off-by: default avatarIsotr0py <mozf@mail2.sysu.edu.cn>
parent 358e4d5b
...@@ -1005,24 +1005,20 @@ _MULTIMODAL_EXAMPLE_MODELS = { ...@@ -1005,24 +1005,20 @@ _MULTIMODAL_EXAMPLE_MODELS = {
min_transformers_version="4.57", min_transformers_version="4.57",
), ),
"Qwen3_5ForConditionalGeneration": _HfExamplesInfo( "Qwen3_5ForConditionalGeneration": _HfExamplesInfo(
"Qwen/Qwen3.5-9B-Instruct", "Qwen/Qwen3.5-0.8B",
max_model_len=4096, max_model_len=4096,
min_transformers_version="5.1.0",
), ),
"Qwen3_5MoeForConditionalGeneration": _HfExamplesInfo( "Qwen3_5MoeForConditionalGeneration": _HfExamplesInfo(
"Qwen/Qwen3.5-35B-A3B-Instruct", "Qwen/Qwen3.5-35B-A3B",
max_model_len=4096, max_model_len=4096,
min_transformers_version="5.1.0",
), ),
"Qwen3_5MTP": _HfExamplesInfo( "Qwen3_5MTP": _HfExamplesInfo(
"Qwen/Qwen3.5-9B-Instruct", "Qwen/Qwen3.5-0.8B",
speculative_model="Qwen/Qwen3.5-9B-Instruct", speculative_model="Qwen/Qwen3.5-0.8B",
min_transformers_version="5.1.0",
), ),
"Qwen3_5MoeMTP": _HfExamplesInfo( "Qwen3_5MoeMTP": _HfExamplesInfo(
"Qwen/Qwen3.5-35B-A3B-Instruct", "Qwen/Qwen3.5-35B-A3B",
speculative_model="Qwen/Qwen3.5-35B-A3B-Instruct", speculative_model="Qwen/Qwen3.5-35B-A3B",
min_transformers_version="5.1.0",
), ),
"Qwen3OmniMoeForConditionalGeneration": _HfExamplesInfo( "Qwen3OmniMoeForConditionalGeneration": _HfExamplesInfo(
"Qwen/Qwen3-Omni-30B-A3B-Instruct", "Qwen/Qwen3-Omni-30B-A3B-Instruct",
......
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