Skip to content

Commit

Permalink
Change a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
oobabooga committed Jul 26, 2023
1 parent de5de04 commit d6314fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ params = {
class MyLogits(LogitsProcessor):
"""
Manipulates the probabilities for the next token before it gets sampled.
Used in the custom_logits_processor function below.
Used in the logits_processor_modifier function below.
"""
def __init__(self):
pass
Expand Down
2 changes: 1 addition & 1 deletion extensions/example/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
class MyLogits(LogitsProcessor):
"""
Manipulates the probabilities for the next token before it gets sampled.
Used in the custom_logits_processor function below.
Used in the logits_processor_modifier function below.
"""
def __init__(self):
pass
Expand Down

0 comments on commit d6314fd

Please sign in to comment.