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

Function llama_n_head

smallthinker/src/llama-model.cpp:14144–14146  ·  view source on GitHub ↗

deprecated

Source from the content-addressed store, hash-verified

14142
14143// deprecated
14144int32_t llama_n_head(const llama_model * model) {
14145 return llama_model_n_head(model);
14146}
14147
14148llama_rope_type llama_model_rope_type(const llama_model * model) {
14149 switch (model->arch) {

Callers

nothing calls this directly

Calls 1

llama_model_n_headFunction · 0.85

Tested by

no test coverage detected