Skip to content

Commit c955727

Browse files
committed
fix
Signed-off-by: Vadim Gimpelson <vadim.gimpelson@gmail.com>
1 parent 8f45f6d commit c955727

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
@@ -462,7 +462,7 @@ def forward(
462462
# ============================================================
463463
# Part 2: Core Attention (Custom Op)
464464
# ============================================================
465-
core_attn_out = torch.empty(
465+
core_attn_out = torch.zeros(
466466
(num_tokens, self.num_v_heads // self.tp_size, self.head_v_dim),
467467
dtype=hidden_states.dtype,
468468
device=hidden_states.device,

0 commit comments

Comments
 (0)