Skip to content

Commit

Permalink
Sampling: Link dry_range
Browse files Browse the repository at this point in the history
Was not linked in the gen params dict.

Signed-off-by: kingbri <[email protected]>
  • Loading branch information
bdashore3 committed Sep 8, 2024
1 parent 0c74cd8 commit dffceab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/sampling.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ def to_gen_params(self, **kwargs):
"dry_base": self.dry_base,
"dry_allowed_length": self.dry_allowed_length,
"dry_sequence_breakers": self.dry_sequence_breakers,
"dry_range": self.dry_range,
"repetition_decay": self.repetition_decay,
"mirostat": self.mirostat_mode == 2,
"mirostat_tau": self.mirostat_tau,
Expand Down

0 comments on commit dffceab

Please sign in to comment.