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
890f104c
Unverified
Commit
890f104c
authored
Apr 29, 2025
by
Jee Jee Li
Committed by
GitHub
Apr 29, 2025
Browse files
[Doc] Fix QWen3MOE info (#17381)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
4a5e1314
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
docs/source/models/supported_models.md
docs/source/models/supported_models.md
+2
-2
tests/models/registry.py
tests/models/registry.py
+2
-10
No files found.
docs/source/models/supported_models.md
View file @
890f104c
...
@@ -542,8 +542,8 @@ See [this page](#generative-models) for more information on how to use generativ
...
@@ -542,8 +542,8 @@ See [this page](#generative-models) for more information on how to use generativ
*
✅︎
*
✅︎
-
*
`Qwen3MoeForCausalLM`
-
*
`Qwen3MoeForCausalLM`
*
Qwen3MoE
*
Qwen3MoE
*
`Qwen/Qwen3-
MoE-15
B-A
2
B`
, etc.
*
`Qwen/Qwen3-
30
B-A
3
B`
, etc.
*
✅︎
*
*
✅︎
*
✅︎
-
*
`StableLmForCausalLM`
-
*
`StableLmForCausalLM`
*
StableLM
*
StableLM
...
...
tests/models/registry.py
View file @
890f104c
...
@@ -217,16 +217,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
...
@@ -217,16 +217,8 @@ _TEXT_GENERATION_EXAMPLE_MODELS = {
"Qwen2ForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen2-0.5B-Instruct"
,
"Qwen2ForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen2-0.5B-Instruct"
,
extras
=
{
"2.5"
:
"Qwen/Qwen2.5-0.5B-Instruct"
}),
# noqa: E501
extras
=
{
"2.5"
:
"Qwen/Qwen2.5-0.5B-Instruct"
}),
# noqa: E501
"Qwen2MoeForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen1.5-MoE-A2.7B-Chat"
),
"Qwen2MoeForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen1.5-MoE-A2.7B-Chat"
),
"Qwen3ForCausalLM"
:
_HfExamplesInfo
(
"Qwen3ForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen3-8B"
),
"Qwen/Qwen3-8B"
,
"Qwen3MoeForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen3-30B-A3B"
),
is_available_online
=
False
,
min_transformers_version
=
"4.51"
),
"Qwen3MoeForCausalLM"
:
_HfExamplesInfo
(
"Qwen/Qwen3-MoE-15B-A2B"
,
is_available_online
=
False
,
min_transformers_version
=
"4.51"
),
"RWForCausalLM"
:
_HfExamplesInfo
(
"tiiuae/falcon-40b"
,
"RWForCausalLM"
:
_HfExamplesInfo
(
"tiiuae/falcon-40b"
,
is_available_online
=
False
),
is_available_online
=
False
),
"StableLMEpochForCausalLM"
:
_HfExamplesInfo
(
"stabilityai/stablelm-zephyr-3b"
,
# noqa: E501
"StableLMEpochForCausalLM"
:
_HfExamplesInfo
(
"stabilityai/stablelm-zephyr-3b"
,
# noqa: E501
...
...
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