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