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

Method n_elements

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

Source from the content-addressed store, hash-verified

7180}
7181
7182uint64_t llama_model::n_elements() const {
7183 return pimpl->n_elements;
7184}
7185
7186void llama_model::print_info() const {
7187 const std::string rope_scaling_type = llama_rope_scaling_type_name(hparams.rope_scaling_type_train);

Callers 1

llama_model_n_paramsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected