deprecated
| 8199 | |
| 8200 | // deprecated |
| 8201 | int32_t llama_n_embd(const llama_model * model) { |
| 8202 | return llama_model_n_embd(model); |
| 8203 | } |
| 8204 | |
| 8205 | // deprecated |
| 8206 | int32_t llama_n_layer(const llama_model * model) { |
nothing calls this directly
no test coverage detected