Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 667681579
  • Loading branch information
agutkin authored and t5-copybara committed Aug 26, 2024
1 parent 1909429 commit 59a473c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t5x/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ def predict_batch_with_aux(
This method can be used with a customizable decoding function as long as it
follows the signature of `DecodeFnCallable`. In order to provide a unified
interface for the decoding functions, we use a generic names. For example, a
interface for the decoding functions, we use generic names. For example, a
beam size is a concept unique to beam search. Conceptually, it corresponds
to the number of sequences returned by the beam search. Therefore, the
generic argument `num_decodes` corresponds to the beam size if
Expand Down

0 comments on commit 59a473c

Please sign in to comment.