mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 01:05:01 +08:00
[Misc] fix typo in DCP comment (#28389)
Signed-off-by: Livinfly <luojie3m@gmail.com>
This commit is contained in:
parent
de120bc94f
commit
8c32c6e4b4
@ -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())
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user