mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 02:24:59 +00:00
feat(options): add repeat_last_n
(#2660)
feat(options): add repeat_last_n Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
b783c811db
commit
a8bfb6f9c2
3 changed files with 10 additions and 3 deletions
|
@ -886,6 +886,8 @@ struct llama_server_context
|
|||
{"task_id", slot->task_id},
|
||||
});
|
||||
|
||||
LOG_TEE("sampling: \n%s\n", llama_sampling_print(slot->sparams).c_str());
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue