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

Method n_embd_head_k_mla

subprojects/llama.cpp/src/llama-hparams.cpp:185–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185uint32_t llama_hparams::n_embd_head_k_mla() const {
186 return is_mla() ? n_embd_head_k_mla_impl : n_embd_head_k;
187}
188
189uint32_t llama_hparams::n_embd_head_v_mla() const {
190 return is_mla() ? n_embd_head_v_mla_impl : n_embd_head_v;

Callers 3

load_tensorsMethod · 0.80
print_infoMethod · 0.80
llm_build_deepseek2Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected