Skip to content

Commit 5e0f636

Browse files
committed
fixup
1 parent 0275628 commit 5e0f636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/transformers/generation/logits_process.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class RepetitionPenaltyLogitsProcessor(LogitsProcessor):
215215
216216
Examples:
217217
218-
```
218+
```python
219219
>>> from transformers import AutoTokenizer, AutoModelForCausalLM
220220
221221
>>> # Initializing the model and tokenizer for it

0 commit comments

Comments
 (0)