mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-15 00:07:28 +00:00
Model: Add min_tokens support
In the form of min_new_tokens. Stopping strings take priority. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -937,6 +937,7 @@ class ExllamaV2Container:
|
||||
self.generator,
|
||||
input_ids=input_ids,
|
||||
max_new_tokens=max_tokens,
|
||||
min_new_tokens=min_tokens,
|
||||
gen_settings=gen_settings,
|
||||
stop_conditions=stop_conditions,
|
||||
decode_special_tokens=decode_special_tokens,
|
||||
|
||||
Reference in New Issue
Block a user