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

Function llama_n_embd

llama.cpp:10064–10066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10062}
10063
10064int llama_n_embd(const struct llama_model * model) {
10065 return model->hparams.n_embd;
10066}
10067
10068float llama_rope_freq_scale_train(const struct llama_model * model) {
10069 return model->hparams.rope_freq_scale_train;

Callers 6

llava_eval_image_embedFunction · 0.50
mainFunction · 0.50
load_modelMethod · 0.50
send_embeddingMethod · 0.50
ingest_imagesMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected