MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / print_usage

Function print_usage

examples/simple/simple.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include <vector>
7
8static void print_usage(int, char ** argv) {
9 printf("\nexample usage:\n");
10 printf("\n %s -m model.gguf [-n n_predict] [-ngl n_gpu_layers] [prompt]\n", argv[0]);
11 printf("\n");
12}
13
14int main(int argc, char ** argv) {
15 std::setlocale(LC_NUMERIC, "C");

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected