save number of parameters and the size in llama_model

This commit is contained in:
FirstTimeEZ 2024-11-14 22:51:47 +13:00 committed by GitHub
parent 0a0f91df61
commit 76355779d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 &&