deprecated
| 3815 | |
| 3816 | // deprecated |
| 3817 | llama_token llama_token_eot(const struct llama_vocab * vocab) { |
| 3818 | return llama_vocab_eot(vocab); |
| 3819 | } |
| 3820 | |
| 3821 | // deprecated |
| 3822 | llama_token llama_token_cls(const struct llama_vocab * vocab) { |
nothing calls this directly
no test coverage detected