[BugFix] fix qwen3-next compilation error (#7977)
### What this PR does / why we need it?
fix qwen3-next compilation error
- vLLM version: v0.18.0
- vLLM release0.18.0:
445dc7196f
---------
Signed-off-by: cvSoldier <610496306@qq.com>
This commit is contained in:
@@ -164,7 +164,6 @@ def extract_last_width(x, start_loc, width):
|
||||
"stride_x_seq",
|
||||
"stride_x_token",
|
||||
"stride_conv_state_seq",
|
||||
"stride_conv_state_tok",
|
||||
"stride_state_indices",
|
||||
"stride_o_seq",
|
||||
"stride_o_token",
|
||||
@@ -195,7 +194,7 @@ def _causal_conv1d_update_kernel_npu_tiled(
|
||||
stride_w_width: tl.constexpr,
|
||||
stride_conv_state_seq,
|
||||
stride_conv_state_dim: tl.constexpr,
|
||||
stride_conv_state_tok,
|
||||
stride_conv_state_tok: tl.constexpr,
|
||||
stride_state_indices,
|
||||
stride_o_seq,
|
||||
stride_o_dim: tl.constexpr,
|
||||
|
||||
Reference in New Issue
Block a user