(model: llama_model_p, /)
| 1639 | # DEPRECATED(LLAMA_API int32_t llama_n_embd (const struct llama_model * model), "use llama_model_n_embd instead"); |
| 1640 | @ctypes_function("llama_n_embd", [llama_model_p_ctypes], ctypes.c_int32) |
| 1641 | def llama_n_embd(model: llama_model_p, /) -> int: ... |
| 1642 | |
| 1643 | |
| 1644 | _llama_n_embd = llama_n_embd |
nothing calls this directly
no test coverage detected
searching dependent graphs…