Skip to content

Commit 8c32c6e

Browse files
authored
[Misc] fix typo in DCP comment (#28389)
Signed-off-by: Livinfly <[email protected]>
1 parent de120bc commit 8c32c6e

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
@@ -2000,7 +2000,7 @@ def forward(
20002000
decode_q, kv_cache, attn_metadata, layer
20012001
)
20022002

2003-
# recorect dcp attn_out with lse.
2003+
# correct dcp attn_out with lse.
20042004
if self.dcp_world_size > 1:
20052005
attn_out = cp_lse_ag_out_rs(attn_out, lse, get_dcp_group())
20062006

0 commit comments

Comments
 (0)