[scheduler] remove scheduler allgather for best throughout (#14294)

This commit is contained in:
liupeng374
2025-12-14 16:37:49 +08:00
committed by GitHub
parent 729529190d
commit f50af32d8b
2 changed files with 19 additions and 10 deletions
+1
View File
@@ -195,6 +195,7 @@ class Envs:
SGLANG_SCHEDULER_MAX_RECV_PER_POLL = EnvInt(-1)
SGLANG_EXPERIMENTAL_CPP_RADIX_TREE = EnvBool(False)
SGLANG_DYNAMIC_CHUNKING_SMOOTH_FACTOR = EnvFloat(0.75)
SGLANG_SCHEDULER_SKIP_ALL_GATHER = EnvBool(False)
SGLANG_SCHEDULER_DECREASE_PREFILL_IDLE = EnvBool(False)
# Test: pd-disaggregation