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
141b0d08c1
commit
1c72b95b9b
@ -352,6 +352,9 @@ 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'
|
||||
'space to save all the evaluation details. '
|
||||
'Set --dump-eval-details False to skip the details dump')
|
||||
cfg.eval.runner.task.dump_details = True
|
||||
if args.dump_extract_rate:
|
||||
cfg.eval.runner.task.cal_extract_rate = True
|
||||
|
Loading…
Reference in New Issue
Block a user