We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150d6e9 commit f325205Copy full SHA for f325205
examples/server/server.cpp
@@ -719,7 +719,7 @@ struct server_context {
719
return false;
720
}
721
722
- cparams_dft = common_context_params_to_llama(params_base);
+ cparams_dft = common_context_params_to_llama(params_dft);
723
cparams_dft.n_batch = llama_n_ctx(llama_init_dft.context);
724
725
// the context is not needed - we will create one for each slot
0 commit comments