Skip to content

Commit 936fb2d

Browse files
committed
[Misc] fix typo
Signed-off-by: Livinfly <[email protected]>
1 parent d381eb9 commit 936fb2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/v1/attention/backends/mla/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2010,7 +2010,7 @@ def forward(
20102010
decode_q, kv_cache, attn_metadata, layer
20112011
)
20122012

2013-
# recorect dcp attn_out with lse.
2013+
# correct dcp attn_out with lse.
20142014
if self.dcp_world_size > 1:
20152015
attn_out = cp_lse_ag_out_rs(attn_out, lse, get_dcp_group())
20162016

0 commit comments

Comments
 (0)