From 506a49006c7184886640e151c42b028c36667b59 Mon Sep 17 00:00:00 2001 From: Colin Kealty <3266127+bartowski1182@users.noreply.github.com> Date: Tue, 10 Mar 2026 11:49:23 -0400 Subject: [PATCH] White space --- 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 82d7234c7c..65e5452e2f 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -1091,7 +1091,7 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std:: gguf_set_val_i32(ctx_outs[i].get(), ml.llm_kv(LLM_KV_SPLIT_TENSORS_COUNT).c_str(), (int32_t)tensors.size()); } } - + size_t total_size_org = 0; size_t total_size_new = 0;