We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6558a99 commit 88d4aeaCopy full SHA for 88d4aea
vllm/outputs.py
@@ -53,6 +53,7 @@ class RequestOutput:
53
request_id: The unique ID of the request.
54
prompt: The prompt string of the request.
55
prompt_token_ids: The token IDs of the prompt.
56
+ prompt_logprobs: The log probabilities to return per prompt token.
57
outputs: The output sequences of the request.
58
finished: Whether the whole request is finished.
59
"""
0 commit comments