Skip to content

Commit 334a6f1

Browse files
committed
Fix docstring mistake
Signed-off-by: maxDavid40 <maxdavid40@gmail.com>
1 parent ba195f5 commit 334a6f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/sampling_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ class SamplingParams(
149149
always return the log probability of the sampled token, so there
150150
may be up to `logprobs+1` elements in the response.
151151
prompt_logprobs: Number of log probabilities to return per prompt token.
152-
detokenize: Whether to detokenize the output. Defaults to None.
152+
detokenize: Whether to detokenize the output. Defaults to True.
153153
skip_special_tokens: Whether to skip special tokens in the output.
154154
spaces_between_special_tokens: Whether to add spaces between special
155155
tokens in the output. Defaults to True.

0 commit comments

Comments
 (0)