From b518195101fda6e3e636d997d487c83a629a0089 Mon Sep 17 00:00:00 2001 From: ddh0 Date: Mon, 9 Mar 2026 02:28:41 -0500 Subject: [PATCH] llama-quant : left-align tensor names in output (#20117) --- 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 c192e1ef02..3e87ac55b8 100644 --- a/src/llama-quant.cpp +++ b/src/llama-quant.cpp @@ -778,7 +778,7 @@ static void llama_model_quantize_impl(const std::string & fname_inp, const std:: ml.load_data_for(tensor); } - LLAMA_LOG_INFO("[%4d/%4d] %36s - [%s], type = %6s, ", + LLAMA_LOG_INFO("[%4d/%4d] %-36s - [%s], type = %6s, ", ++idx, ml.n_tensors, ggml_get_name(tensor), llama_format_tensor_shape(tensor).c_str(),