Skip to content

Commit f0359ff

Browse files
authored
[Bugfix] fix qwen3-next crash (#28202)
Signed-off-by: zjy0516 <riverclouds.zhu@qq.com>
1 parent 798c7be commit f0359ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/qwen3_next.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ def _forward_core(
587587
self.conv1d.bias,
588588
self.activation,
589589
conv_state_indices=non_spec_state_indices_tensor[
590-
: attn_metadata.num_decodes
590+
: attn_metadata.num_actual_tokens
591591
],
592592
validate_data=True,
593593
)

0 commit comments

Comments
 (0)