mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-12 14:35:45 +08:00
[DOC] Add missing docstring in LLMEngine.add_request() (#12195)
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
c5c06209ec
commit
d2643128f7
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user