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
047a457f
Unverified
Commit
047a457f
authored
Feb 09, 2026
by
Roger Wang
Committed by
GitHub
Feb 10, 2026
Browse files
[Bugfix] Adopt `ChunkGatedDeltaRule` for Qwen3.5 (#34198)
Signed-off-by:
Roger Wang
<
hey@rogerw.io
>
parent
e94ec597
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
vllm/model_executor/models/qwen3_5.py
vllm/model_executor/models/qwen3_5.py
+3
-0
No files found.
vllm/model_executor/models/qwen3_5.py
View file @
047a457f
...
...
@@ -99,6 +99,7 @@ from .interfaces import (
)
from
.qwen2_moe
import
Qwen2MoeMLP
as
Qwen3NextMLP
from
.qwen3_next
import
(
ChunkGatedDeltaRule
,
Qwen3NextAttention
,
Qwen3NextDecoderLayer
,
Qwen3NextGatedDeltaNet
,
...
...
@@ -268,6 +269,8 @@ class Qwen3_5GatedDeltaNet(Qwen3NextGatedDeltaNet):
prefix
=
f
"
{
prefix
}
.out_proj"
,
)
self
.
chunk_gated_delta_rule
=
ChunkGatedDeltaRule
()
compilation_config
=
get_current_vllm_config
().
compilation_config
if
prefix
in
compilation_config
.
static_forward_context
:
raise
ValueError
(
f
"Duplicate layer name:
{
prefix
}
"
)
...
...
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