server : fix draft params
ggml-ci
This commit is contained in:
parent
150d6e9232
commit
f325205574
1 changed files with 1 additions and 1 deletions
|
@ -719,7 +719,7 @@ struct server_context {
|
|||
return false;
|
||||
}
|
||||
|
||||
cparams_dft = common_context_params_to_llama(params_base);
|
||||
cparams_dft = common_context_params_to_llama(params_dft);
|
||||
cparams_dft.n_batch = llama_n_ctx(llama_init_dft.context);
|
||||
|
||||
// the context is not needed - we will create one for each slot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue