Skip to content

Commit f325205

Browse files
committed
server : fix draft params
ggml-ci
1 parent 150d6e9 commit f325205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/server.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ struct server_context {
719719
return false;
720720
}
721721

722-
cparams_dft = common_context_params_to_llama(params_base);
722+
cparams_dft = common_context_params_to_llama(params_dft);
723723
cparams_dft.n_batch = llama_n_ctx(llama_init_dft.context);
724724

725725
// the context is not needed - we will create one for each slot

0 commit comments

Comments
 (0)