mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Sampling: Link dry_range
Was not linked in the gen params dict. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -373,6 +373,7 @@ class BaseSamplerRequest(BaseModel):
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user