mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 08:14:54 +08:00
Fix the typo in SamplingParams' docstring (#1886)
This commit is contained in:
parent
e5452ddfd6
commit
f86bd6190a
@ -69,7 +69,7 @@ class SamplingParams:
|
||||
The returned output will not contain the stop strings.
|
||||
stop_token_ids: List of tokens that stop the generation when they are
|
||||
generated. The returned output will contain the stop tokens unless
|
||||
the stop tokens are sepcial tokens.
|
||||
the stop tokens are special tokens.
|
||||
ignore_eos: Whether to ignore the EOS token and continue generating
|
||||
tokens after the EOS token is generated.
|
||||
max_tokens: Maximum number of tokens to generate per output sequence.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user