deprecated
| 14142 | |
| 14143 | // deprecated |
| 14144 | int32_t llama_n_head(const llama_model * model) { |
| 14145 | return llama_model_n_head(model); |
| 14146 | } |
| 14147 | |
| 14148 | llama_rope_type llama_model_rope_type(const llama_model * model) { |
| 14149 | switch (model->arch) { |
nothing calls this directly
no test coverage detected