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:
Ettore Di Giacinto
2024-06-26 14:58:50 +02:00
committed by GitHub
parent b783c811db
commit a8bfb6f9c2
3 changed files with 10 additions and 3 deletions

View File

@ -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;
}