From 25d8c6c6d70f9015595db8abc8a367c08521a27c Mon Sep 17 00:00:00 2001 From: MaiziXiao Date: Tue, 8 Apr 2025 03:27:22 +0000 Subject: [PATCH] update --- opencompass/cli/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencompass/cli/main.py b/opencompass/cli/main.py index 88178eca..d1f4b1dd 100644 --- a/opencompass/cli/main.py +++ b/opencompass/cli/main.py @@ -352,7 +352,7 @@ def main(): if args.dlc or args.slurm or cfg.get('eval', None) is None: fill_eval_cfg(cfg, args) if args.dump_eval_details: - logger.info('Default to dump eval details, it might take extra' + logger.warning('Default to dump eval details, it might take extra' 'space to save all the evaluation details. ' 'Set --dump-eval-details False to skip the details dump') cfg.eval.runner.task.dump_details = True