Fixes typo in assertion message (#7895)

Signed-off-by: Xinyuan Tong <justinning0323@outlook.com>
This commit is contained in:
Xinyuan Tong
2025-07-09 01:47:14 -07:00
committed by GitHub
parent 066f4ec91f
commit e5888eddda

View File

@@ -416,7 +416,7 @@ class ServerArgs:
if self.enable_dp_lm_head:
assert (
self.enable_dp_attention
), "Please enable dp attention when setting enable_dp_attention. "
), "Please enable dp attention when setting enable_dp_lm_head. "
# DeepEP MoE
if self.enable_deepep_moe: