[Fix] DeepEP Compatibility with Low Latency (#5068)

Co-authored-by: ch-wan <cwan39@gatech.edu>
This commit is contained in:
Jinyan Chen
2025-04-08 20:31:31 -07:00
committed by GitHub
co-authored by ch-wan
parent aac531c53b
commit bc3f6db2dd
4 changed files with 146 additions and 118 deletions
+1
View File
@@ -1101,6 +1101,7 @@ class ServerArgs:
"--deepep-mode",
type=str,
choices=["normal", "low_latency", "auto"],
default="auto",
help="Select the mode when enable DeepEP MoE, could be `normal`, `low_latency` or `auto`. Default is `auto`, which means `low_latency` for decode batch and `normal` for prefill batch.",
)