Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ n_gqa
Method
n_gqa
llama.cpp:1294–1296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1292
}
1293
1294
uint32_t n_gqa() const {
1295
return n_head/n_head_kv;
1296
}
1297
1298
uint32_t n_embd_head() const {
1299
return n_embd/n_head;
Callers
1
llm_load_print_meta
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected