We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066f4ec commit e5888edCopy full SHA for e5888ed
python/sglang/srt/server_args.py
@@ -416,7 +416,7 @@ def __post_init__(self):
416
if self.enable_dp_lm_head:
417
assert (
418
self.enable_dp_attention
419
- ), "Please enable dp attention when setting enable_dp_attention. "
+ ), "Please enable dp attention when setting enable_dp_lm_head. "
420
421
# DeepEP MoE
422
if self.enable_deepep_moe:
0 commit comments