Unverified Commit d2643128 authored by Yuan Tang's avatar Yuan Tang Committed by GitHub
Browse files

[DOC] Add missing docstring in LLMEngine.add_request() (#12195)


Signed-off-by: default avatarYuan Tang <terrytangyuan@gmail.com>
parent c5c06209
...@@ -689,7 +689,9 @@ class LLMEngine: ...@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment