Remove unreachable logic

This commit is contained in:
Ed Addario 2025-11-17 14:46:45 +00:00
parent 658c6a8303
commit cdc7caea97
No known key found for this signature in database
GPG Key ID: E7875815A3230993
1 changed files with 0 additions and 5 deletions

View File

@ -1388,11 +1388,6 @@ static bool show_statistics(const common_params & params) {
} }
const bool legacy = !has_activations; 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); compute_tensor_statistics(ts);
struct tensor_comparer { struct tensor_comparer {