Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit 1b2e7d6

Browse files
committed
direct pump
1 parent 397b3cd commit 1b2e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/llamaCPP.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ bool llamaCPP::loadModelImpl(std::shared_ptr<Json::Value> jsonBody) {
630630
params.model_alias = params.model;
631631
}
632632

633-
llama_backend_init(params.numa);
633+
llama_backend_init();
634634

635635
// LOG_INFO_LLAMA("build info",
636636
// {{"build", BUILD_NUMBER}, {"commit", BUILD_COMMIT}});

0 commit comments

Comments
 (0)