From 3653581cb91cb52db7b371629c6176d7f2e31d73 Mon Sep 17 00:00:00 2001 From: wgzintel Date: Wed, 31 Jul 2024 15:23:46 +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 83c161e820..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: