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

Function llama_model_desc

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

Source from the content-addressed store, hash-verified

8413}
8414
8415int32_t llama_model_desc(const llama_model * model, char * buf, size_t buf_size) {
8416 return snprintf(buf, buf_size, "%s", model->desc().c_str());
8417}
8418
8419uint64_t llama_model_size(const llama_model * model) {
8420 return model->size();

Calls 1

descMethod · 0.45

Tested by

no test coverage detected