Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ save
Method
save
subprojects/llama.cpp/src/llama-model-saver.cpp:282–284 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
280
}
281
282
void llama_model_saver::save(const std::string & path_model) {
283
gguf_write_to_file(gguf_ctx, path_model.c_str(), false);
284
}
285
Callers
1
llama_model_save_to_file
Function · 0.45
Calls
1
gguf_write_to_file
Function · 0.85
Tested by
no test coverage detected