From 58615e5889b91e48752fe5db47fcaccaf513885b Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:36:36 +0100 Subject: [PATCH] docstring Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> Signed-off-by: weichen --- vllm/config/scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vllm/config/scheduler.py b/vllm/config/scheduler.py index bb0ecf38a7468..a9640943b8c18 100644 --- a/vllm/config/scheduler.py +++ b/vllm/config/scheduler.py @@ -106,7 +106,7 @@ class SchedulerConfig: of arrival.\n - "priority" means requests are handled based on given priority (lower value means earlier handling) and time of arrival deciding any ties).\n - - "sjf" means shortest job first. Requests are scheduled by prompt length + - "sjf" means shortest job first. Requests are scheduled by prompt length (shortest first), with aging to prevent starvation.""" disable_chunked_mm_input: bool = False