Skip to content

Commit fc4ed23

Browse files
authored
correct a third party typo
1 parent 60d11d0 commit fc4ed23

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
@@ -113,7 +113,7 @@ static void usage(const char * executable) {
113113
printf(" --ffn-gate-type ggml_type: use this ggml_type for the ffn_gate tensor.\n");
114114
printf(" --ffn-down-type ggml_type: use this ggml_type for the ffn_down tensor.\n");
115115
printf(" --ffn-up-type ggml_type: use this ggml_type for the ffn_up tensor.\n\n");
116-
printf(" --keep-split: will generate quatized model in the same shards as input\n");
116+
printf(" --keep-split: will generate quantized model in the same shards as input\n");
117117
printf(" --override-kv KEY=TYPE:VALUE\n");
118118
printf(" Advanced option to override model metadata by key in the quantized model. May be specified multiple times.\n\n");
119119
printf("Note: --include-weights and --exclude-weights cannot be used together\n");

0 commit comments

Comments
 (0)