Skip to content

Commit 9b56176

Browse files
committed
test
1 parent 7dde288 commit 9b56176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/main/main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ static void print_usage(int argc, char ** argv) {
4545
(void) argc;
4646

4747
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]);
48+
LOG("\n text generation: -m your_model.gguf -p \"I believe the meaning of life is\" -n 128\n", argv[0]);
49+
LOG("\n chat (conversation): -m your_model.gguf -p \"You are a helpful assistant\" -cnv\n", argv[0]);
5050
LOG("\n");
5151
}
5252

0 commit comments

Comments
 (0)