deprecated
| 8209 | |
| 8210 | // deprecated |
| 8211 | int32_t llama_n_head(const llama_model * model) { |
| 8212 | return llama_model_n_head(model); |
| 8213 | } |
| 8214 | |
| 8215 | llama_rope_type llama_model_rope_type(const llama_model * model) { |
| 8216 | switch (model->arch) { |
nothing calls this directly
no test coverage detected