Skip to content

Commit 1e81fac

Browse files
terrytangyuanGWS0428
authored andcommitted
[DOC] Add missing docstring in LLMEngine.add_request() (vllm-project#12195)
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
1 parent 6c4b307 commit 1e81fac

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vllm/engine/llm_engine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,9 @@ def add_request(
689689
:class:`~vllm.PoolingParams` for pooling.
690690
arrival_time: The arrival time of the request. If None, we use
691691
the current monotonic time.
692+
lora_request: The LoRA request to add.
692693
trace_headers: OpenTelemetry trace headers.
694+
prompt_adapter_request: The prompt adapter request to add.
693695
priority: The priority of the request.
694696
Only applicable with priority scheduling.
695697

0 commit comments

Comments
 (0)