Skip to content

Commit

Permalink
Tree: Format
Browse files Browse the repository at this point in the history
Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Dec 31, 2023
1 parent 528d20c commit 979a9d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ def generate_gen(self, prompt: str, **kwargs):
gen_settings.token_repetition_penalty = frequency_penalty
logger.warning("Setting this value to repetition penalty instead.")


# Always make sure the fallback is 0 if range < 0
# It's technically fine to use -1, but this just validates the passed
# fallback
Expand Down

0 comments on commit 979a9d2

Please sign in to comment.