We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dde288 commit 9b56176Copy full SHA for 9b56176
examples/main/main.cpp
@@ -45,8 +45,8 @@ static void print_usage(int argc, char ** argv) {
45
(void) argc;
46
47
LOG("\nexample usage:\n");
48
- LOG("\n text generation: %s -m your_model.gguf -p \"I believe the meaning of life is\" -n 128\n", argv[0]);
49
- LOG("\n chat (conversation): %s -m your_model.gguf -p \"You are a helpful assistant\" -cnv\n", argv[0]);
+ LOG("\n text generation: -m your_model.gguf -p \"I believe the meaning of life is\" -n 128\n", argv[0]);
+ LOG("\n chat (conversation): -m your_model.gguf -p \"You are a helpful assistant\" -cnv\n", argv[0]);
50
LOG("\n");
51
}
52
0 commit comments