mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-15 11:25:12 +00:00
server : clarify comment in eval_llama_cmpl_schema [no ci] [no release] (#26720)
This commit is contained in:
parent
f4f7758cae
commit
9ba73fd1f5
1 changed files with 1 additions and 1 deletions
|
|
@ -519,7 +519,7 @@ task_params eval_llama_cmpl_schema(
|
|||
const json & data) {
|
||||
task_params params;
|
||||
|
||||
// Sampling parameter defaults are loaded from the global server context (but individual requests can still them)
|
||||
// Sampling parameter defaults are loaded from the global server context (but individual requests can still override them)
|
||||
params.sampling = params_base.sampling;
|
||||
params.speculative = params_base.speculative;
|
||||
params.n_keep = params_base.n_keep;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue