Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7131
std::string llama_model::arch_name() const {
7132
return llm_arch_name(arch);
7133
}
7134
7135
std::string llama_model::type_name() const {
7136
return llm_type_name(type);
Callers
1
add_kv_from_model
Method · 0.80
Calls
1
llm_arch_name
Function · 0.85
Tested by
no test coverage detected