Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d2643128
Unverified
Commit
d2643128
authored
Jan 20, 2025
by
Yuan Tang
Committed by
GitHub
Jan 20, 2025
Browse files
[DOC] Add missing docstring in LLMEngine.add_request() (#12195)
Signed-off-by:
Yuan Tang
<
terrytangyuan@gmail.com
>
parent
c5c06209
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
vllm/engine/llm_engine.py
vllm/engine/llm_engine.py
+2
-0
No files found.
vllm/engine/llm_engine.py
View file @
d2643128
...
...
@@ -689,7 +689,9 @@ class LLMEngine:
:class:`~vllm.PoolingParams` for pooling.
arrival_time: The arrival time of the request. If None, we use
the current monotonic time.
lora_request: The LoRA request to add.
trace_headers: OpenTelemetry trace headers.
prompt_adapter_request: The prompt adapter request to add.
priority: The priority of the request.
Only applicable with priority scheduling.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment