summaryrefslogtreecommitdiff
path: root/tests/test-model-load-cancel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-model-load-cancel.cpp')
-rw-r--r--tests/test-model-load-cancel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-model-load-cancel.cpp b/tests/test-model-load-cancel.cpp
index 7ea4bbac..858535c3 100644
--- a/tests/test-model-load-cancel.cpp
+++ b/tests/test-model-load-cancel.cpp
@@ -14,7 +14,7 @@ int main(int argc, char *argv[] ) {
fprintf(stderr, "using '%s'\n", model_path);
fclose(file);
- llama_backend_init(false);
+ llama_backend_init();
auto params = llama_model_params{};
params.use_mmap = false;
params.progress_callback = [](float progress, void * ctx){