MCPcopy 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
1306static 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
1311int main(int argc, char ** argv) {
1312 if (argc > 2) {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected