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
63d7972f
Unverified
Commit
63d7972f
authored
Feb 28, 2026
by
cwazai
Committed by
GitHub
Feb 28, 2026
Browse files
Fix Qwen3_5MTP packed_modules_mapping for gate_up_proj (#35581)
parent
c68e69f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/qwen3_5_mtp.py
vllm/model_executor/models/qwen3_5_mtp.py
+1
-1
No files found.
vllm/model_executor/models/qwen3_5_mtp.py
View file @
63d7972f
...
...
@@ -339,7 +339,7 @@ class Qwen3_5MTP(nn.Module, SupportsMultiModal):
"k_proj"
,
"v_proj"
,
],
"gate_up_proj"
:
[
"
up
_proj"
,
"
down
_proj"
],
"gate_up_proj"
:
[
"
gate
_proj"
,
"
up
_proj"
],
}
def
__init__
(
self
,
*
,
vllm_config
:
VllmConfig
,
prefix
:
str
=
""
):
...
...
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