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

Method get_arch

subprojects/llama.cpp/src/llama-model-loader.cpp:774–776  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774enum llm_arch llama_model_loader::get_arch() const {
775 return llm_kv.arch;
776}
777
778const llama_model_loader::llama_tensor_weight * llama_model_loader::get_weight(const char * name) const {
779 auto pos = weights_map.find(name);

Callers 2

load_archMethod · 0.80
load_hparamsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected