From c9fa285de8be07bbde7709201208297e68e91ed9 Mon Sep 17 00:00:00 2001 From: Ryan Mangeno <160974989+ryan-mangeno@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:15:52 -0400 Subject: [PATCH] Update src/llama-model.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sigbjørn Skjæret --- src/llama-model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama-model.cpp b/src/llama-model.cpp index 0897a64c21..8713653430 100644 --- a/src/llama-model.cpp +++ b/src/llama-model.cpp @@ -2357,7 +2357,7 @@ bool llama_model::load_tensors(llama_model_loader & ml) { first_moved_to_buft = buft; } } - + ggml_context * ctx = ctx_for_buft(buft); // if duplicated, check if the original tensor was allocated in the same buffer type context and avoid creating a new one