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

Method get_arch

llama.cpp:2029–2033  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2027 }
2028
2029 enum llm_arch get_arch() const {
2030 const std::string arch_name = get_arch_name();
2031
2032 return llm_arch_from_string(arch_name);
2033 }
2034
2035 const char * get_tensor_name(int i) const {
2036 return gguf_get_tensor_name(ctx_gguf, i);

Callers 1

llm_load_archFunction · 0.45

Calls 1

llm_arch_from_stringFunction · 0.70

Tested by

no test coverage detected