Skip to content

Commit 9373518

Browse files
committed
Removed trailing whitespace
1 parent cdb305c commit 9373518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/llava/clip-quantize-cli.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
static void print_usage(int argc, char ** argv) {
1212
(void) argc;
13-
13+
1414
fprintf(stderr, "usage: %s /path/to/ggml-model-f32.gguf /path/to/ggml-model-quantized.gguf type\n", argv[0]);
1515
fprintf(stderr, " type = 2 - q4_0\n");
1616
fprintf(stderr, " type = 3 - q4_1\n");

0 commit comments

Comments
 (0)