chore: Fix typo s/exclusivelly/exclusively/ (#28361)

This commit is contained in:
hugo-syn
2024-01-05 22:19:15 +01:00
committed by GitHub
parent 7226f3d2b0
commit 4ab5fb8941
9 changed files with 12 additions and 12 deletions

View File

@@ -317,7 +317,7 @@ generation.
## StoppingCriteria
A [`StoppingCriteria`] can be used to change when to stop generation (other than EOS token). Please note that this is exclusivelly available to our PyTorch implementations.
A [`StoppingCriteria`] can be used to change when to stop generation (other than EOS token). Please note that this is exclusively available to our PyTorch implementations.
[[autodoc]] StoppingCriteria
- __call__
@@ -333,7 +333,7 @@ A [`StoppingCriteria`] can be used to change when to stop generation (other than
## Constraints
A [`Constraint`] can be used to force the generation to include specific tokens or sequences in the output. Please note that this is exclusivelly available to our PyTorch implementations.
A [`Constraint`] can be used to force the generation to include specific tokens or sequences in the output. Please note that this is exclusively available to our PyTorch implementations.
[[autodoc]] Constraint