(model: llama_model_p, /)
| 1652 | # DEPRECATED(LLAMA_API int32_t llama_n_layer (const struct llama_model * model), "use llama_model_n_layer instead"); |
| 1653 | @ctypes_function("llama_n_layer", [llama_model_p_ctypes], ctypes.c_int32) |
| 1654 | def llama_n_layer(model: llama_model_p, /) -> int: ... |
| 1655 | |
| 1656 | |
| 1657 | _llama_n_layer = llama_n_layer |
nothing calls this directly
no test coverage detected
searching dependent graphs…