This commit is contained in:
ddh0 2026-02-12 18:24:47 -06:00
parent d648629f56
commit fd3787ee05
1 changed files with 1 additions and 1 deletions

View File

@ -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",