(model: llama_model_p, /)
| 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) |
| 1667 | def llama_n_head(model: llama_model_p, /) -> int: ... |
| 1668 | |
| 1669 | |
| 1670 | _llama_n_head = llama_n_head |
nothing calls this directly
no test coverage detected
searching dependent graphs…