From d6b3c7486b441296366f788fde57109337f63bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Finn-Ole=20H=C3=B6ner?= Date: Thu, 27 Mar 2025 16:37:53 +0100 Subject: [PATCH] fixed typo (#37036) --- src/transformers/generation/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/transformers/generation/utils.py b/src/transformers/generation/utils.py index e39a262527..6be408139f 100644 --- a/src/transformers/generation/utils.py +++ b/src/transformers/generation/utils.py @@ -1232,7 +1232,7 @@ class GenerationMixin: ) -> torch.Tensor: """ Computes the transition scores of sequences given the generation scores (and beam indices, if beam search was - used). This is a convenient method to quicky obtain the scores of the selected tokens at generation time. + used). This is a convenient method to quickly obtain the scores of the selected tokens at generation time. Parameters: sequences (`torch.LongTensor`):