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
817beef7
Unverified
Commit
817beef7
authored
Sep 11, 2025
by
Jee Jee Li
Committed by
GitHub
Sep 11, 2025
Browse files
[Bugifx] Fix qwen-next packed_modules_mapping (#24656)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
4f6593b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/models/qwen3_next.py
vllm/model_executor/models/qwen3_next.py
+1
-1
No files found.
vllm/model_executor/models/qwen3_next.py
View file @
817beef7
...
@@ -1053,7 +1053,7 @@ class Qwen3NextForCausalLM(nn.Module, HasInnerState, SupportsLoRA, SupportsPP,
...
@@ -1053,7 +1053,7 @@ class Qwen3NextForCausalLM(nn.Module, HasInnerState, SupportsLoRA, SupportsPP,
"k_proj"
,
"k_proj"
,
"v_proj"
,
"v_proj"
,
],
],
"gate_up_proj"
:
[
"
up
_proj"
,
"
down
_proj"
],
"gate_up_proj"
:
[
"
gate
_proj"
,
"
up
_proj"
],
"in_proj"
:
[
"in_proj_qkvz"
,
"in_proj_ba"
],
"in_proj"
:
[
"in_proj_qkvz"
,
"in_proj_ba"
],
}
}
...
...
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