mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fix
This commit is contained in:
parent
583ee5ff75
commit
81f193b775
@ -265,7 +265,8 @@ def main():
|
|||||||
logger.info(f'Reusing experiements from {dir_time_str}')
|
logger.info(f'Reusing experiements from {dir_time_str}')
|
||||||
elif args.mode in ['eval', 'viz'] and not args.read_from_station:
|
elif args.mode in ['eval', 'viz'] and not args.read_from_station:
|
||||||
raise ValueError(
|
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!')
|
'or viz mode!')
|
||||||
|
|
||||||
# update "actual" work_dir
|
# update "actual" work_dir
|
||||||
|
Loading…
Reference in New Issue
Block a user