summaryrefslogtreecommitdiff
path: root/tests/test-autorelease.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-autorelease.cpp')
-rw-r--r--tests/test-autorelease.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-autorelease.cpp b/tests/test-autorelease.cpp
index 36a23c0b..57fa0001 100644
--- a/tests/test-autorelease.cpp
+++ b/tests/test-autorelease.cpp
@@ -12,7 +12,7 @@ int main(int argc, char ** argv) {
auto * model_path = get_model_or_exit(argc, argv);
std::thread([&model_path]() {
- llama_backend_init(false);
+ llama_backend_init();
auto * model = llama_load_model_from_file(model_path, llama_model_default_params());
auto * ctx = llama_new_context_with_model(model, llama_context_default_params());
llama_free(ctx);