Skip to content

Commit 88d4aea

Browse files
authored
docs: add description (vllm-project#1553)
1 parent 6558a99 commit 88d4aea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vllm/outputs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class RequestOutput:
5353
request_id: The unique ID of the request.
5454
prompt: The prompt string of the request.
5555
prompt_token_ids: The token IDs of the prompt.
56+
prompt_logprobs: The log probabilities to return per prompt token.
5657
outputs: The output sequences of the request.
5758
finished: Whether the whole request is finished.
5859
"""

0 commit comments

Comments
 (0)