From 8ceda95327da56d30381fb82b44d47a0d8bae8af Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 23 Oct 2024 13:43:31 +0200 Subject: [PATCH] squash! llama : rename batch.logits to batch.output Fix the name of the output field in the batch struct which I missed in the previous commit. --- examples/llama.swiftui/llama.cpp.swift/LibLlama.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift b/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift index 68c82b1f2aa08..64b3159c52509 100644 --- a/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift +++ b/examples/llama.swiftui/llama.cpp.swift/LibLlama.swift @@ -16,7 +16,7 @@ func llama_batch_add(_ batch: inout llama_batch, _ id: llama_token, _ pos: llama for i in 0..