From 3be3b1ef87f353840de25fd7bffde00330fac7b4 Mon Sep 17 00:00:00 2001 From: Ed Addario Date: Thu, 25 Dec 2025 17:44:43 +0000 Subject: [PATCH] Update usage() --- tools/quantize/quantize.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/quantize/quantize.cpp b/tools/quantize/quantize.cpp index a1426ea4a3..cbb8655c63 100644 --- a/tools/quantize/quantize.cpp +++ b/tools/quantize/quantize.cpp @@ -136,7 +136,7 @@ static void usage(const char * executable) { printf(" Advanced option to automatically select quantization types to achieve a total bits per weight (bpw) target\n"); printf(" --no-importance: distribute bpw budget equitably across all tensors\n"); printf(" Advanced option to disable assigning more bpw budget to important tensors. It may increase quality for some models\n"); - printf(" --keep-bpw-state: save the bpw computations to -.bpw_state\n"); + printf(" --keep-bpw-state: save the bpw computations to -.bpw_state\n"); printf(" --bpw-state: file name to use instead of default\n"); printf(" --keep-split: will generate quantized model in the same shards as input\n"); printf(" --override-kv KEY=TYPE:VALUE\n");