From 81f193b7759cfe7b980886a098d52106a99e4af9 Mon Sep 17 00:00:00 2001 From: Myhs-phz Date: Fri, 7 Mar 2025 10:19:13 +0000 Subject: [PATCH] fix --- opencompass/cli/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/opencompass/cli/main.py b/opencompass/cli/main.py index 2d443eec..a5937033 100644 --- a/opencompass/cli/main.py +++ b/opencompass/cli/main.py @@ -265,7 +265,8 @@ def main(): logger.info(f'Reusing experiements from {dir_time_str}') elif args.mode in ['eval', 'viz'] and not args.read_from_station: raise ValueError( - 'You must specify -r or --reuse, or you have to specify --read-from-station and --station-path when running in eval ' + 'You must specify -r or --reuse, or you have to specify ' + '--read-from-station and --station-path when running in eval ' 'or viz mode!') # update "actual" work_dir