Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ desc
Method
desc
subprojects/llama.cpp/src/llama-model.cpp:7139–7141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7137
}
7138
7139
std::string llama_model::desc() const {
7140
return pimpl->desc_str;
7141
}
7142
7143
size_t llama_model::size() const {
7144
return pimpl->n_bytes;
Callers
1
llama_model_desc
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected