docstring

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
Signed-off-by: weichen <calvin_zhu0210@outlook.com>
This commit is contained in:
Harry Mellor 2025-12-18 17:36:36 +01:00 committed by weichen
parent 9e8d9e1231
commit 58615e5889

View File

@ -106,7 +106,7 @@ class SchedulerConfig:
of arrival.\n of arrival.\n
- "priority" means requests are handled based on given priority (lower - "priority" means requests are handled based on given priority (lower
value means earlier handling) and time of arrival deciding any ties).\n 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.""" (shortest first), with aging to prevent starvation."""
disable_chunked_mm_input: bool = False disable_chunked_mm_input: bool = False