Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ llama_free_model
Function
llama_free_model
subprojects/llama.cpp/src/llama-model.cpp:8143–8145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8141
}
8142
8143
void llama_free_model(llama_model * model) {
8144
llama_model_free(model);
8145
}
8146
8147
void llama_model_free(llama_model * model) {
8148
delete model;
Callers
nothing calls this directly
Calls
1
llama_model_free
Function · 0.85
Tested by
no test coverage detected