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

Method get_arch

smallthinker/src/llama-model-loader.cpp:697–699  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

695}
696
697enum llm_arch llama_model_loader::get_arch() const {
698 return llm_kv.arch;
699}
700
701const llama_model_loader::llama_tensor_weight * llama_model_loader::get_weight(const char * name) const {
702 auto pos = weights_map.find(name);

Callers 1

load_archMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected