From fd3787ee05a78d67407d30f2fcf979b147b5bb4c Mon Sep 17 00:00:00 2001 From: ddh0 Date: Thu, 12 Feb 2026 18:24:47 -0600 Subject: [PATCH] typo --- src/llama-quant.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama-quant.cpp b/src/llama-quant.cpp index 763c6e1baf..dd6c978b94 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -971,7 +971,7 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std:: // if (params->dry_run) { - // the --dry-run option calculates the final quantization size without quantizting + // the --dry-run option calculates the final quantization size without quantizing if (do_quantize) { new_size = ggml_nrows(tensor) * ggml_row_size(new_type, tensor->ne[0]); LLAMA_LOG_INFO("size = %8.3f MiB -> %8.3f MiB (%s)\n",