]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama-quant : left-align tensor names in output (#20117)
authorddh0 <redacted>
Mon, 9 Mar 2026 07:28:41 +0000 (02:28 -0500)
committerGitHub <redacted>
Mon, 9 Mar 2026 07:28:41 +0000 (09:28 +0200)
src/llama-quant.cpp

index c192e1ef02c6ba4cd83f67713e0968a04f07c1fd..3e87ac55b8ef6fc16d0be5ad21699c9574ecb99e 100644 (file)
@@ -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(),