mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-12-25 16:09:32 +01:00
Comment out 'repetition_penalty_range' in TabbyAPIClient to prevent unexpected "<unk><unk> .." responses. Further investigation needed.
This commit is contained in:
@@ -74,7 +74,10 @@ class TabbyAPIClient(ClientBase):
|
||||
"max_tokens",
|
||||
"presence_penalty",
|
||||
"frequency_penalty",
|
||||
"repetition_penalty_range",
|
||||
# sending this leads to odd "<unk><unk> .." responses
|
||||
# unclear what is happening there, will need to revisit.
|
||||
# https://github.com/theroyallab/tabbyAPI/blob/main/backends/exllamav3/model.py#L912 - related?
|
||||
#"repetition_penalty_range",
|
||||
"min_p",
|
||||
"top_p",
|
||||
"xtc_threshold",
|
||||
|
||||
Reference in New Issue
Block a user