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

Class LLM_KV

subprojects/llama.cpp/src/llama-arch.h:515–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513};
514
515struct LLM_KV {
516 LLM_KV(llm_arch arch, const char * suffix = nullptr);
517
518 llm_arch arch;
519 const char * suffix;
520
521 std::string operator()(llm_kv kv) const;
522};
523
524// helper to handle gguf constants
525// usage:

Callers 5

llama_model_loaderClass · 0.70
load_vocabMethod · 0.70
llama_model_loaderMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected