Unverified Commit 674f750a authored by Joao Gante's avatar Joao Gante Committed by GitHub
Browse files

Generate: minor docstring fix (#19801)

parent 74b3eb3d
...@@ -1135,7 +1135,7 @@ class GenerationMixin: ...@@ -1135,7 +1135,7 @@ class GenerationMixin:
Custom logits processors that complement the default logits processors built from arguments and a Custom logits processors that complement the default logits processors built from arguments and a
model's config. If a logit processor is passed that is already created with the arguments or a model's model's config. If a logit processor is passed that is already created with the arguments or a model's
config an error is thrown. This feature is intended for advanced users. config an error is thrown. This feature is intended for advanced users.
renormalize_logits: (`bool`, *optional*, defaults to `False`): renormalize_logits (`bool`, *optional*, defaults to `False`):
Whether to renormalize the logits after applying all the logits processors or warpers (including the Whether to renormalize the logits after applying all the logits processors or warpers (including the
custom ones). It's highly recommended to set this flag to `True` as the search algorithms suppose the custom ones). It's highly recommended to set this flag to `True` as the search algorithms suppose the
score logits are normalized but some logit processors or warpers break the normalization. score logits are normalized but some logit processors or warpers break the normalization.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment