From 54ca1ba71deda7eb54f6c9d5002db43039e9edf3 Mon Sep 17 00:00:00 2001 From: lots-o <39071632+lots-o@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:14:52 +0900 Subject: [PATCH] docs: add description (#1553) --- vllm/outputs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vllm/outputs.py b/vllm/outputs.py index ad6733ff57235..fe54926e06e64 100644 --- a/vllm/outputs.py +++ b/vllm/outputs.py @@ -53,6 +53,7 @@ class RequestOutput: request_id: The unique ID of the request. prompt: The prompt string of the request. prompt_token_ids: The token IDs of the prompt. + prompt_logprobs: The log probabilities to return per prompt token. outputs: The output sequences of the request. finished: Whether the whole request is finished. """