Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
cc0d565f
Unverified
Commit
cc0d565f
authored
Mar 03, 2026
by
Isotr0py
Committed by
GitHub
Mar 02, 2026
Browse files
[CI/Build] Enable Qwen3.5 tests on CI (#35763)
Signed-off-by:
Isotr0py
<
mozf@mail2.sysu.edu.cn
>
parent
358e4d5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
+6
-10
tests/models/registry.py
tests/models/registry.py
+6
-10
No files found.
tests/models/registry.py
View file @
cc0d565f
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment