MCPcopy Index your code
hub / github.com/abetlen/llama-cpp-python / llama_n_embd

Function llama_n_embd

llama_cpp/llama_cpp.py:1641–1641  ·  view source on GitHub ↗
(model: llama_model_p, /)

Source from the content-addressed store, hash-verified

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)
1641def llama_n_embd(model: llama_model_p, /) -> int: ...
1642
1643
1644_llama_n_embd = llama_n_embd

Callers

nothing calls this directly

Calls 1

_warn_deprecatedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…