Unverified Commit e5888edd authored by Xinyuan Tong's avatar Xinyuan Tong Committed by GitHub
Browse files

Fixes typo in assertion message (#7895)


Signed-off-by: default avatarXinyuan Tong <justinning0323@outlook.com>
parent 066f4ec9
...@@ -416,7 +416,7 @@ class ServerArgs: ...@@ -416,7 +416,7 @@ class ServerArgs:
if self.enable_dp_lm_head: if self.enable_dp_lm_head:
assert ( assert (
self.enable_dp_attention 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 # DeepEP MoE
if self.enable_deepep_moe: if self.enable_deepep_moe:
......
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