MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_model_size

Function llama_model_size

subprojects/llama.cpp/src/llama-model.cpp:8419–8421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8417}
8418
8419uint64_t llama_model_size(const llama_model * model) {
8420 return model->size();
8421}
8422
8423const char * llama_model_chat_template(const llama_model * model, const char * name) {
8424 const auto key = name ? LLM_KV(model->arch, name)(LLM_KV_TOKENIZER_CHAT_TEMPLATE)

Callers 3

testMethod · 0.85
get_metaMethod · 0.85

Calls 1

sizeMethod · 0.65

Tested by

no test coverage detected