Fixes typo in assertion message (#7895)
Signed-off-by: Xinyuan Tong <justinning0323@outlook.com>
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user