MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / llama_n_embd

Function llama_n_embd

smallthinker/src/llama-model.cpp:14134–14136  ·  view source on GitHub ↗

deprecated

Source from the content-addressed store, hash-verified

14132
14133// deprecated
14134int32_t llama_n_embd(const llama_model * model) {
14135 return llama_model_n_embd(model);
14136}
14137
14138// deprecated
14139int32_t llama_n_layer(const llama_model * model) {

Callers

nothing calls this directly

Calls 1

llama_model_n_embdFunction · 0.85

Tested by

no test coverage detected