[Misc] fix typo in DCP comment (#28389)

Signed-off-by: Livinfly <luojie3m@gmail.com>
This commit is contained in:
Jie Luo 2025-11-12 02:59:16 +08:00 committed by GitHub
parent de120bc94f
commit 8c32c6e4b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2000,7 +2000,7 @@ class MLACommonImpl(MLACommonBaseImpl[M], Generic[M]):
decode_q, kv_cache, attn_metadata, layer decode_q, kv_cache, attn_metadata, layer
) )
# recorect dcp attn_out with lse. # correct dcp attn_out with lse.
if self.dcp_world_size > 1: if self.dcp_world_size > 1:
attn_out = cp_lse_ag_out_rs(attn_out, lse, get_dcp_group()) attn_out = cp_lse_ag_out_rs(attn_out, lse, get_dcp_group())