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

Method arch_name

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

Source from the content-addressed store, hash-verified

7129}
7130
7131std::string llama_model::arch_name() const {
7132 return llm_arch_name(arch);
7133}
7134
7135std::string llama_model::type_name() const {
7136 return llm_type_name(type);

Callers 1

add_kv_from_modelMethod · 0.80

Calls 1

llm_arch_nameFunction · 0.85

Tested by

no test coverage detected