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

Function llama_n_head

subprojects/llama.cpp/src/llama-model.cpp:8211–8213  ·  view source on GitHub ↗

deprecated

Source from the content-addressed store, hash-verified

8209
8210// deprecated
8211int32_t llama_n_head(const llama_model * model) {
8212 return llama_model_n_head(model);
8213}
8214
8215llama_rope_type llama_model_rope_type(const llama_model * model) {
8216 switch (model->arch) {

Callers

nothing calls this directly

Calls 1

llama_model_n_headFunction · 0.85

Tested by

no test coverage detected