MCPcopy Index your code
hub / github.com/abetlen/llama-cpp-python / llama_n_head

Function llama_n_head

llama_cpp/llama_cpp.py:1667–1667  ·  view source on GitHub ↗
(model: llama_model_p, /)

Source from the content-addressed store, hash-verified

1665# DEPRECATED(LLAMA_API int32_t llama_n_head (const struct llama_model * model), "use llama_model_n_head instead");
1666@ctypes_function("llama_n_head", [llama_model_p_ctypes], ctypes.c_int32)
1667def llama_n_head(model: llama_model_p, /) -> int: ...
1668
1669
1670_llama_n_head = llama_n_head

Callers

nothing calls this directly

Calls 1

_warn_deprecatedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…