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

Method n_elements

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

Source from the content-addressed store, hash-verified

4540}
4541
4542uint64_t llama_model::n_elements() const {
4543 return pimpl->n_elements;
4544}
4545
4546void llama_model::print_info() const {
4547 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