From 76355779d0fcaec9168b775af57dafb8c37ea796 Mon Sep 17 00:00:00 2001 From: FirstTimeEZ <179362031+FirstTimeEZ@users.noreply.github.com> Date: Thu, 14 Nov 2024 22:51:47 +1300 Subject: [PATCH] save number of parameters and the size in llama_model --- src/llama.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llama.cpp b/src/llama.cpp index 526c08ecb..40ef7c9f7 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -9261,7 +9261,6 @@ static int llama_model_load(const std::string & fname, llama_model & model, llam } llm_load_stats(ml, model); - llm_load_print_meta(ml, model); if (model.vocab.type != LLAMA_VOCAB_TYPE_NONE &&