[Scheduler] Cap prefill-delayer queue target by admission capacity (#35191)

This commit is contained in:
paulzhang-tm
2026-08-18 21:40:13 +08:00
committed by GitHub
parent 94eef833fe
commit 0065fbfae1
3 changed files with 40 additions and 4 deletions
+3 -3
View File
@@ -3356,9 +3356,9 @@ class ServerArgs:
(
"Opt-in to the adaptive queue-based delay trigger (independent of the "
"slot-based one). Delays prefill until the waiting queue reaches "
"min(running_req * ratio, max_prefill_bs) so small fragments batch "
"into a larger prefill. Unset (default) keeps the original slot-only "
"behavior. Typical: 0.1 ~ 0.5."
"min(running_req * ratio, prefill_max_requests), falling back to the "
"observed max_prefill_bs when no request limit is set. Unset (default) "
"keeps the original slot-only behavior. Typical: 0.1 ~ 0.5."
),
NS("schedule"),
] = None