summaryrefslogtreecommitdiff
path: root/examples/lookup/lookup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lookup/lookup.cpp')
-rw-r--r--examples/lookup/lookup.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/lookup/lookup.cpp b/examples/lookup/lookup.cpp
index 18235b8a..b53fae11 100644
--- a/examples/lookup/lookup.cpp
+++ b/examples/lookup/lookup.cpp
@@ -31,7 +31,8 @@ int main(int argc, char ** argv){
#endif // LOG_DISABLE_LOGS
// init llama.cpp
- llama_backend_init(params.numa);
+ llama_backend_init();
+ llama_numa_init(params.numa);
llama_model * model = NULL;
llama_context * ctx = NULL;