From fc4ed23673d6c878b9cfc3ab6d1ff8696806f57c Mon Sep 17 00:00:00 2001 From: Nexes the Old <124105151+Nexesenex@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:09:52 +0200 Subject: [PATCH] correct a third party typo --- examples/quantize/quantize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/quantize/quantize.cpp b/examples/quantize/quantize.cpp index 504706b2b..b039b97aa 100644 --- a/examples/quantize/quantize.cpp +++ b/examples/quantize/quantize.cpp @@ -113,7 +113,7 @@ static void usage(const char * executable) { printf(" --ffn-gate-type ggml_type: use this ggml_type for the ffn_gate tensor.\n"); printf(" --ffn-down-type ggml_type: use this ggml_type for the ffn_down tensor.\n"); printf(" --ffn-up-type ggml_type: use this ggml_type for the ffn_up tensor.\n\n"); - printf(" --keep-split: will generate quatized model in the same shards as input\n"); + printf(" --keep-split: will generate quantized model in the same shards as input\n"); printf(" --override-kv KEY=TYPE:VALUE\n"); printf(" Advanced option to override model metadata by key in the quantized model. May be specified multiple times.\n\n"); printf("Note: --include-weights and --exclude-weights cannot be used together\n");