From 8d91eecef67fe068d3c2ee2d587bdb1c989c8445 Mon Sep 17 00:00:00 2001 From: wgzintel Date: Wed, 31 Jul 2024 17:58:48 +0800 Subject: [PATCH] modify 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 2e4a23da41..c348dac364 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') + log.error('An exception occurred ....') log.info(traceback.format_exc()) exit(1) finally: