fixed typo for docstring in prepare_inputs method (#39071)

This commit is contained in:
JINO ROHIT 2025-06-27 16:57:56 +03:00 committed by GitHub
parent 839893c86b
commit 993665a5ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -558,7 +558,7 @@ class GenerationMixin(ContinuousMixin):
**kwargs,
):
"""
Prepare the model inputs for generation. In includes operations like computing the 4D attention mask or
Prepare the model inputs for generation. It includes operations like computing the 4D attention mask or
slicing inputs given the existing cache.
See the forward pass in the model documentation for expected arguments (different models might have different