Skip to content

Commit 7635577

Browse files
authored
save number of parameters and the size in llama_model
1 parent 0a0f91d commit 7635577

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/llama.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9261,7 +9261,6 @@ static int llama_model_load(const std::string & fname, llama_model & model, llam
92619261
}
92629262

92639263
llm_load_stats(ml, model);
9264-
92659264
llm_load_print_meta(ml, model);
92669265

92679266
if (model.vocab.type != LLAMA_VOCAB_TYPE_NONE &&

0 commit comments

Comments
 (0)