From cf7f2425cfc214b53b34046a0412b9462955a5f2 Mon Sep 17 00:00:00 2001 From: zhangsongyang Date: Wed, 14 May 2025 10:14:52 +0000 Subject: [PATCH] Update --- opencompass/utils/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/opencompass/utils/run.py b/opencompass/utils/run.py index 0a5fb0e0..281ecdee 100644 --- a/opencompass/utils/run.py +++ b/opencompass/utils/run.py @@ -156,6 +156,7 @@ def get_config_from_arg(args) -> Config: for _dataset in datasets: logger.warning(f"The default num runs of {_dataset['abbr']} is: {_dataset['n']}, changed into: {args.dataset_num_runs}") _dataset['n'] = args.dataset_num_runs + _dataset['k'] = args.dataset_num_runs # parse model args if not args.models and not args.hf_path: