From 0fd652eba746179d8299d53463ae836e569c9cf7 Mon Sep 17 00:00:00 2001 From: Pierrick Hymbert Date: Fri, 22 Mar 2024 00:37:01 +0100 Subject: [PATCH] spacing Co-authored-by: slaren --- llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index a0f917ce2..f9c75cd47 100644 --- a/llama.cpp +++ b/llama.cpp @@ -2820,7 +2820,7 @@ struct llama_model_loader { std::vector> mappings; // Holds information on a model weights - struct llama_tensor_weights { + struct llama_tensor_weights { uint16_t idx; // source file index size_t offs; // tensor data offset in the original file