Skip to content

Commit fde3089

Browse files
committed
Minor cosmetic change
1 parent 1389753 commit fde3089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/imatrix/imatrix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ static bool show_statistics(const common_params & params) {
798798
const int layers = std::count_if(ws.begin(), ws.end(), [](const auto & kv) { return kv.first >= 0; });
799799
LOG_INF("\nComputing weighted average statistics per layer (%d layers)\n", layers);
800800
LOG_INF("\n%s\t%s\t%s\t%s\n", " Layer", " μΣ(Act²)", " μZD", "μCosSim");
801-
LOG_INF("===============================================\n");
801+
LOG_INF("================================================\n");
802802
for (const auto & [first, second] : ws) {
803803
const auto & layer = first;
804804
const auto & stats = second;

0 commit comments

Comments
 (0)