mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-06-11 01:15:42 +08:00
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:
parent
9e8d9e1231
commit
58615e5889
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user