White space

This commit is contained in:
Colin Kealty 2026-03-10 11:49:23 -04:00
parent 182cbe5d64
commit 506a49006c
1 changed files with 1 additions and 1 deletions

View File

@ -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;