Unverified Commit 8c32c6e4 authored by Jie Luo's avatar Jie Luo Committed by GitHub
Browse files

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


Signed-off-by: default avatarLivinfly <luojie3m@gmail.com>
parent de120bc9
......@@ -2000,7 +2000,7 @@ class MLACommonImpl(MLACommonBaseImpl[M], Generic[M]):
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:
attn_out = cp_lse_ag_out_rs(attn_out, lse, get_dcp_group())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment