Skip to content

Commit 4735fad

Browse files
committed
docs
Signed-off-by: NickLucche <[email protected]>
1 parent 632c82d commit 4735fad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vllm/v1/sample/tpu/metadata.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ class TPUSupportedSamplingMetadata:
3131

3232
all_greedy: bool = True
3333

34-
# Maximum number of top logprobs requested in current batch.
35-
# TODO specify why bool
34+
# Whether logprobs are to be gathered in this batch of request. To balance
35+
# out compile time and runtime, a fixed `max_number_logprobs` value is used
36+
# when gathering logprobs, regardless of the values specified in the batch.
3637
logprobs: bool = False
3738

3839
# TODO No penalties for now

0 commit comments

Comments
 (0)