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

Function gguf_init_empty

subprojects/llama.cpp/ggml/src/gguf.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287};
288
289struct gguf_context * gguf_init_empty(void) {
290 return new gguf_context;
291}
292
293template<typename T>
294bool gguf_read_emplace_helper(const struct gguf_reader & gr, std::vector<struct gguf_kv> & kv, const std::string & key, const bool is_array, const size_t n) {

Callers 9

export_ggufFunction · 0.85
lora_merge_ctxMethod · 0.85
split_strategyMethod · 0.85
gguf_mergeFunction · 0.85
save_imatrixMethod · 0.85
llama_model_saverMethod · 0.85
get_random_gguf_contextFunction · 0.85
test_gguf_set_kvFunction · 0.85

Calls

no outgoing calls

Tested by 2

get_random_gguf_contextFunction · 0.68
test_gguf_set_kvFunction · 0.68