Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/appdevforall/CodeOnTheGo
/ print_usage
Function
print_usage
subprojects/llama.cpp/tests/test-gguf.cpp:1306–1309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1304
}
1305
1306
static void print_usage() {
1307
printf(
"usage: test-gguf [seed]\n"
);
1308
printf(
" if no seed is unspecified then a random seed is used\n"
);
1309
}
1310
1311
int main(int argc, char ** argv) {
1312
if (argc > 2) {
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected