mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-06-27 23:50:20 -05:00
remove duplicated init calls
This commit is contained in:
parent
79210e3046
commit
5a7462237e
@ -122,9 +122,6 @@ int llama_server(int argc, char ** argv) {
|
||||
// struct that contains llama context and inference
|
||||
server_context ctx_server;
|
||||
|
||||
llama_backend_init();
|
||||
llama_numa_init(params.numa);
|
||||
|
||||
if (params.measure_only) {
|
||||
llama_model_params mparams = common_model_params_to_llama(params);
|
||||
mparams.no_alloc = true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user