mirror of
https://github.com/vllm-project/vllm.git
synced 2025-10-20 23:03:52 +08:00
[DOC] Add missing docstring in LLMEngine.add_request() (#12195)
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
@ -689,7 +689,9 @@ class LLMEngine:
|
|||||||
:class:`~vllm.PoolingParams` for pooling.
|
:class:`~vllm.PoolingParams` for pooling.
|
||||||
arrival_time: The arrival time of the request. If None, we use
|
arrival_time: The arrival time of the request. If None, we use
|
||||||
the current monotonic time.
|
the current monotonic time.
|
||||||
|
lora_request: The LoRA request to add.
|
||||||
trace_headers: OpenTelemetry trace headers.
|
trace_headers: OpenTelemetry trace headers.
|
||||||
|
prompt_adapter_request: The prompt adapter request to add.
|
||||||
priority: The priority of the request.
|
priority: The priority of the request.
|
||||||
Only applicable with priority scheduling.
|
Only applicable with priority scheduling.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user