summaryrefslogtreecommitdiff
path: root/examples/batched.swift/Sources/main.swift
diff options
context:
space:
mode:
Diffstat (limited to 'examples/batched.swift/Sources/main.swift')
-rw-r--r--examples/batched.swift/Sources/main.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/batched.swift/Sources/main.swift b/examples/batched.swift/Sources/main.swift
index 4d000534..d75c503d 100644
--- a/examples/batched.swift/Sources/main.swift
+++ b/examples/batched.swift/Sources/main.swift
@@ -17,7 +17,7 @@ let n_parallel: Int = arguments.count > 3 && Int(arguments[3]) != nil ? Int(argu
let n_len: Int = 32
// init LLM
-llama_backend_init(false)
+llama_backend_init()
defer {
llama_backend_free()
}