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

Function llama_model_n_head

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

Source from the content-addressed store, hash-verified

8169}
8170
8171int32_t llama_model_n_head(const llama_model * model) {
8172 return model->hparams.n_head();
8173}
8174
8175int32_t llama_model_n_head_kv(const llama_model * model) {
8176 return model->hparams.n_head_kv();

Callers 1

llama_n_headFunction · 0.85

Calls 1

n_headMethod · 0.80

Tested by

no test coverage detected