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

Method get_arch_name

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

Source from the content-addressed store, hash-verified

691}
692
693std::string llama_model_loader::get_arch_name() const {
694 return arch_name;
695}
696
697enum llm_arch llama_model_loader::get_arch() const {
698 return llm_kv.arch;

Callers 1

load_archMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected