Change a comment
This commit is contained in:
parent
ec68d5211e
commit
f24f87cfb0
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue