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
f0359fff
Unverified
Commit
f0359fff
authored
Nov 11, 2025
by
Jiangyun Zhu
Committed by
GitHub
Nov 11, 2025
Browse files
[Bugfix] fix qwen3-next crash (#28202)
Signed-off-by:
zjy0516
<
riverclouds.zhu@qq.com
>
parent
798c7beb
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_next.py
vllm/model_executor/models/qwen3_next.py
+1
-1
No files found.
vllm/model_executor/models/qwen3_next.py
View file @
f0359fff
...
...
@@ -587,7 +587,7 @@ class Qwen3NextGatedDeltaNet(nn.Module, MambaBase):
self
.
conv1d
.
bias
,
self
.
activation
,
conv_state_indices
=
non_spec_state_indices_tensor
[
:
attn_metadata
.
num_
decode
s
:
attn_metadata
.
num_
actual_token
s
],
validate_data
=
True
,
)
...
...
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