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

Method n_ff

smallthinker/src/llama-hparams.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43uint32_t llama_hparams::n_ff(uint32_t il) const {
44 if (il < n_layer) {
45 return n_ff_arr[il];
46 }
47
48 GGML_ABORT("fatal error");
49}
50
51uint32_t llama_hparams::n_gqa(uint32_t il) const {
52 const uint32_t n_head = this->n_head(il);

Callers 4

load_hparamsMethod · 0.80
load_tensorsMethod · 0.80
print_infoMethod · 0.80
llm_build_deciMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected