Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tiiny-AI/PowerInfer
/ get_arch
Method
get_arch
smallthinker/src/llama-model-loader.cpp:697–699 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
695
}
696
697
enum llm_arch llama_model_loader::get_arch() const {
698
return llm_kv.arch;
699
}
700
701
const llama_model_loader::llama_tensor_weight * llama_model_loader::get_weight(const char * name) const {
702
auto pos = weights_map.find(name);
Callers
1
load_arch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected