mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
Update
This commit is contained in:
parent
6ea181d15c
commit
cf7f2425cf
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user