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

Method llama_model_saver

subprojects/llama.cpp/src/llama-model-saver.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <string>
11
12llama_model_saver::llama_model_saver(const struct llama_model & model) : model(model), llm_kv(model.arch) {
13 gguf_ctx = gguf_init_empty();
14}
15
16llama_model_saver::~llama_model_saver() {
17 gguf_free(gguf_ctx);

Callers

nothing calls this directly

Calls 1

gguf_init_emptyFunction · 0.85

Tested by

no test coverage detected