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

Function llama_n_layer

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

deprecated

Source from the content-addressed store, hash-verified

8204
8205// deprecated
8206int32_t llama_n_layer(const llama_model * model) {
8207 return llama_model_n_layer(model);
8208}
8209
8210// deprecated
8211int32_t llama_n_head(const llama_model * model) {

Callers

nothing calls this directly

Calls 1

llama_model_n_layerFunction · 0.85

Tested by

no test coverage detected