Skip to content

Commit 912494f

Browse files
authored
[CI] Fix lint that was not applied in #21458 (#21818)
1 parent 2861596 commit 912494f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

python/sglang/srt/models/qwen3.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,9 @@ def forward_prepare_npu(self, positions, hidden_states, forward_batch):
198198
)
199199
return q, k, v
200200

201-
def forward_prepare_aiter_fused_mrope(self, positions, hidden_states, forward_batch):
201+
def forward_prepare_aiter_fused_mrope(
202+
self, positions, hidden_states, forward_batch
203+
):
202204
"""Fused QK-norm + 3D mRoPE + KV cache write for decode (ROCm/aiter).
203205
204206
The fused HIP kernel replaces split → QK norm → mRoPE → cache write,

0 commit comments

Comments
 (0)