deprecated
| 14132 | |
| 14133 | // deprecated |
| 14134 | int32_t llama_n_embd(const llama_model * model) { |
| 14135 | return llama_model_n_embd(model); |
| 14136 | } |
| 14137 | |
| 14138 | // deprecated |
| 14139 | int32_t llama_n_layer(const llama_model * model) { |
nothing calls this directly
no test coverage detected