From 4286690019f21cae3abb92a7903c6675a3367e5e Mon Sep 17 00:00:00 2001 From: Ed Addario Date: Tue, 26 Aug 2025 21:39:40 +0100 Subject: [PATCH] Minor comment update --- 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 407a63d887..cbbfdedfbd 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -596,7 +596,7 @@ static size_t llama_tensor_quantize_impl(enum ggml_type new_type, const float * return new_size; } -// Returns per-tensor type overrides to meet target BPW at lowest ppl +// Returns per-tensor type overrides to meet target BPW at lowest error static std::unordered_map target_bpw_type( llama_model_loader & ml, std::vector> & buffer,