From 2237c2b81314076f35f34eefb60e3057c8727f17 Mon Sep 17 00:00:00 2001 From: wgzintel Date: Wed, 31 Jul 2024 17:46:34 +0800 Subject: [PATCH] revert benchmark.py --- llm_bench/python/benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm_bench/python/benchmark.py b/llm_bench/python/benchmark.py index 4f5f933963..2e4a23da41 100644 --- a/llm_bench/python/benchmark.py +++ b/llm_bench/python/benchmark.py @@ -762,7 +762,7 @@ def main(): model_precision, ) except Exception: - log.error('An exception occurred now.....') + log.error('An exception occurred') log.info(traceback.format_exc()) exit(1) finally: