mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-05-11 16:30:16 +00:00
Logging: Fix env var parsing, formatting
This commit is contained in:
@@ -927,7 +927,9 @@ class ExllamaV3Container(BaseModelContainer):
|
||||
params.frequency_penalty,
|
||||
params.presence_penalty,
|
||||
penalty_range,
|
||||
max(repetition_decay, 1), # TODO: Allow decay = 0 when exl3 kernel fix is pushed (v0.0.27)
|
||||
max(
|
||||
repetition_decay, 1
|
||||
), # TODO: Allow decay = 0 when exl3 kernel fix is pushed (v0.0.27)
|
||||
)
|
||||
|
||||
# Apply temperature first to builder
|
||||
|
||||
Reference in New Issue
Block a user