MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / n_embd_head

Method n_embd_head

llama.cpp:1298–1300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1296 }
1297
1298 uint32_t n_embd_head() const {
1299 return n_embd/n_head;
1300 }
1301
1302 uint32_t n_embd_gqa() const {
1303 return n_embd/n_gqa();

Callers 4

llm_build_k_shiftFunction · 0.45
llm_build_kqvFunction · 0.45
llm_build_contextMethod · 0.45
llama_build_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected