Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_model_n_head_kv
Function
llama_model_n_head_kv
subprojects/llama.cpp/src/llama-model.cpp:8175–8177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8173
}
8174
8175
int32_t llama_model_n_head_kv(const llama_model * model) {
8176
return model->hparams.n_head_kv();
8177
}
8178
8179
int32_t llama_model_n_swa(const llama_model * model) {
8180
return model->hparams.n_swa;
Callers
nothing calls this directly
Calls
1
n_head_kv
Method · 0.80
Tested by
no test coverage detected