Change a comment

This commit is contained in:
oobabooga 2023-07-26 09:37:48 -07:00
parent de5de045e0
commit d6314fd539
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -24,7 +24,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