(model: llama_vocab_p, /)
| 1678 | # DEPRECATED(LLAMA_API int32_t llama_n_vocab (const struct llama_vocab * vocab), "use llama_vocab_n_tokens instead"); |
| 1679 | @ctypes_function("llama_n_vocab", [llama_vocab_p_ctypes], ctypes.c_int32) |
| 1680 | def llama_n_vocab(model: llama_vocab_p, /) -> int: ... |
| 1681 | |
| 1682 | |
| 1683 | _llama_n_vocab = llama_n_vocab |
nothing calls this directly
no test coverage detected
searching dependent graphs…