mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Model: Remove unused print statement
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
1
model.py
1
model.py
@@ -312,7 +312,6 @@ class ModelContainer:
|
||||
gen_settings.mirostat_eta = kwargs.get("mirostat_eta") or 0.1
|
||||
gen_settings.token_repetition_penalty = kwargs.get("repetition_penalty") or 1.0
|
||||
gen_settings.token_repetition_range = kwargs.get("repetition_range") or self.config.max_seq_len
|
||||
print(gen_settings.token_repetition_range)
|
||||
|
||||
# Always make sure the fallback is 0 if range < 0
|
||||
# It's technically fine to use -1, but this just validates the passed fallback
|
||||
|
||||
Reference in New Issue
Block a user