Skip to content

Commit 82403fd

Browse files
committed
remove duplicated init calls
1 parent 5329e5b commit 82403fd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tools/server/server.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ int llama_server(int argc, char ** argv) {
125125
// struct that contains llama context and inference
126126
server_context ctx_server;
127127

128-
llama_backend_init();
129-
llama_numa_init(params.numa);
130-
131128
if (params.measure_only) {
132129
llama_model_params mparams = common_model_params_to_llama(params);
133130
mparams.no_alloc = true;

0 commit comments

Comments
 (0)