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

Enum llm_kv

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

Source from the content-addressed store, hash-verified

283 template<typename T>
284 typename std::enable_if<std::is_integral<T>::value, bool>::type
285 llama_model_loader::get_arr_n(enum llm_kv kid, T & result, bool required) {
286 return get_arr_n(llm_kv(kid), result, required);
287 }
288

Callers 5

get_arr_nMethod · 0.70
get_arrMethod · 0.70
get_keyMethod · 0.70
get_key_or_arrMethod · 0.70
llama_model_loaderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected