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 ba195f5 commit 334a6f1Copy full SHA for 334a6f1
vllm/sampling_params.py
@@ -149,7 +149,7 @@ class SamplingParams(
149
always return the log probability of the sampled token, so there
150
may be up to `logprobs+1` elements in the response.
151
prompt_logprobs: Number of log probabilities to return per prompt token.
152
- detokenize: Whether to detokenize the output. Defaults to None.
+ detokenize: Whether to detokenize the output. Defaults to True.
153
skip_special_tokens: Whether to skip special tokens in the output.
154
spaces_between_special_tokens: Whether to add spaces between special
155
tokens in the output. Defaults to True.
0 commit comments