Skip to content

Commit 8f824ff

Browse files
authored
quantize : fix typo in usage help of quantize.cpp (#9145)
1 parent 3ba780e commit 8f824ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/quantize/quantize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ static void usage(const char * executable) {
104104
printf(" --exclude-weights tensor_name: use importance matrix for this/these tensor(s)\n");
105105
printf(" --output-tensor-type ggml_type: use this ggml_type for the output.weight tensor\n");
106106
printf(" --token-embedding-type ggml_type: use this ggml_type for the token embeddings tensor\n");
107-
printf(" --keep-split: will generate quatized model in the same shards as input");
107+
printf(" --keep-split: will generate quantized model in the same shards as input\n");
108108
printf(" --override-kv KEY=TYPE:VALUE\n");
109109
printf(" Advanced option to override model metadata by key in the quantized model. May be specified multiple times.\n");
110110
printf("Note: --include-weights and --exclude-weights cannot be used together\n");

0 commit comments

Comments
 (0)