MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_model_n_embd

Function llama_model_n_embd

subprojects/llama.cpp/src/llama-model.cpp:8155–8157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8153}
8154
8155int32_t llama_model_n_embd(const llama_model * model) {
8156 return model->hparams.n_embd;
8157}
8158
8159int32_t llama_model_n_embd_inp(const llama_model * model) {
8160 return model->hparams.n_embd_inp();

Callers 4

mainFunction · 0.85
mainFunction · 0.85
get_metaMethod · 0.85
llama_n_embdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected