From 4c3fea89d6975f418d6d6249e49ed8dbd208fe2b Mon Sep 17 00:00:00 2001 From: Ed Addario Date: Tue, 5 Aug 2025 13:32:59 +0100 Subject: [PATCH] Update report layout --- tools/imatrix/imatrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/imatrix/imatrix.cpp b/tools/imatrix/imatrix.cpp index 46db4401a7..634739082a 100644 --- a/tools/imatrix/imatrix.cpp +++ b/tools/imatrix/imatrix.cpp @@ -1359,7 +1359,7 @@ static bool show_statistics(const common_params & params) { const auto layers = std::count_if(ls.begin(), ls.end(), [](const auto & kv) { return kv.first >= 0; }); LOG_INF("\nComputing aggregated statistics per layer (%ld layers)\n", layers); - LOG_INF("\n%6s\t%16s\t%7s\t%11s\n", + LOG_INF("\n%6s\t%13s\t%5s\t%10s\n", "Layer", tensor_calc_mode == 1 ? "L₂ Norm" : "Σ(Act²)", "ZD",