From 07f882bbbb8380ad5ef1b5da845322d8dcd11b7d Mon Sep 17 00:00:00 2001 From: ddh0 Date: Wed, 11 Feb 2026 15:36:42 -0600 Subject: [PATCH] add example to --help --- tools/quantize/quantize.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/quantize/quantize.cpp b/tools/quantize/quantize.cpp index 8497cb8039..7c9a7f29cc 100644 --- a/tools/quantize/quantize.cpp +++ b/tools/quantize/quantize.cpp @@ -158,7 +158,8 @@ static void usage(const char * executable) { printf(" override model metadata by key in the quantized model. may be specified multiple times.\n"); printf(" WARNING: this is an advanced option, use with care.\n"); printf(" --dry-run\n"); - printf(" calculate and show the final quantization size without performing quantization\n\n"); + printf(" calculate and show the final quantization size without performing quantization\n"); + printf(" example: llama-quantize --dry-run model-f32.gguf Q4_K\n\n"); printf("note: --include-weights and --exclude-weights cannot be used together\n\n"); printf("-----------------------------------------------------------------------------\n"); printf(" allowed quantization types\n");