From cdc7caea97cf9b0565001ffeecb06141fb54479c Mon Sep 17 00:00:00 2001 From: Ed Addario Date: Mon, 17 Nov 2025 14:46:45 +0000 Subject: [PATCH] Remove unreachable logic --- tools/imatrix/imatrix.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tools/imatrix/imatrix.cpp b/tools/imatrix/imatrix.cpp index ce9fa3592d..6ccfa67ee5 100644 --- a/tools/imatrix/imatrix.cpp +++ b/tools/imatrix/imatrix.cpp @@ -1388,11 +1388,6 @@ static bool show_statistics(const common_params & params) { } const bool legacy = !has_activations; - if (!legacy && no_activations) { - LOG_ERR("Error: %s is in new-format but some tensors are missing activations.\n\n", params.in_files[0].c_str()); - return false; - } - compute_tensor_statistics(ts); struct tensor_comparer {