Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed Nov 11, 2024
1 parent 530bc44 commit b0198a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/lorax_server/utils/logits_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ class HeterogeneousFrequencyPenaltyLogitsProcessor(LogitsProcessor):
Args:
frequency_penalty (`List[float]`):
The parameter for frequency penalty. 0.0 means no penalty.
presence_penalty (`List[float]`):
The parameter for presence penalty. 0.0 means no penalty.
"""

def __init__(
Expand Down

0 comments on commit b0198a2

Please sign in to comment.