[Docs] Improve priority parameter documentation (#29572)

Signed-off-by: maang <maang_h@163.com>
Signed-off-by: maang-h <55082429+maang-h@users.noreply.github.com>
Co-authored-by: Cyrus Leung <cyrus.tl.leung@gmail.com>
This commit is contained in:
maang-h 2025-11-27 18:09:24 +08:00 committed by GitHub
parent 0838b52e2e
commit 51906c8c55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -405,6 +405,9 @@ class LLM:
lora_request: LoRA request to use for generation, if any.
priority: The priority of the requests, if any.
Only applicable when priority scheduling policy is enabled.
If provided, must be a list of integers matching the length
of `prompts`, where each priority value corresponds to the prompt
at the same index.
Returns:
A list of `RequestOutput` objects containing the