"docs/source/installation.mdx" did not exist on "043f9f51f943ea95e5052b7923769ba28ac1b1bd"
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:
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
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
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.
......
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