| 10062 | } |
| 10063 | |
| 10064 | int llama_n_embd(const struct llama_model * model) { |
| 10065 | return model->hparams.n_embd; |
| 10066 | } |
| 10067 | |
| 10068 | float llama_rope_freq_scale_train(const struct llama_model * model) { |
| 10069 | return model->hparams.rope_freq_scale_train; |
no outgoing calls
no test coverage detected