Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ get_arch_name
Method
get_arch_name
subprojects/llama.cpp/src/llama-model-loader.cpp:770–772 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
768
}
769
770
std::string llama_model_loader::get_arch_name() const {
771
return arch_name;
772
}
773
774
enum llm_arch llama_model_loader::get_arch() const {
775
return llm_kv.arch;
Callers
1
load_arch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected