deprecated
| 8204 | |
| 8205 | // deprecated |
| 8206 | int32_t llama_n_layer(const llama_model * model) { |
| 8207 | return llama_model_n_layer(model); |
| 8208 | } |
| 8209 | |
| 8210 | // deprecated |
| 8211 | int32_t llama_n_head(const llama_model * model) { |
nothing calls this directly
no test coverage detected