| 14106 | } |
| 14107 | |
| 14108 | int32_t llama_model_n_embd(const llama_model * model) { |
| 14109 | return model->hparams.n_embd; |
| 14110 | } |
| 14111 | |
| 14112 | int32_t llama_model_n_layer(const llama_model * model) { |
| 14113 | return model->hparams.n_layer; |
no outgoing calls
no test coverage detected