| 10725 | } |
| 10726 | |
| 10727 | llama_token llama_token_suffix(const struct llama_model * model) { |
| 10728 | return model->vocab.special_suffix_id; |
| 10729 | } |
| 10730 | |
| 10731 | llama_token llama_token_eot(const struct llama_model * model) { |
| 10732 | return model->vocab.special_eot_id; |
no outgoing calls
no test coverage detected