mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2025-12-06 07:12:10 +01:00
Change a comment
This commit is contained in:
parent
de5de045e0
commit
d6314fd539
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue