File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed
mlperf_logging/compliance_checker/training_5.0.0 Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 2828 'compile_time_mins': 0,
2929 })
3030
31- - KEY :
32- NAME : submission_org
33- REQ : EXACTLY_ONE
34- CHECK : " v['value'] != '' "
35-
36- - KEY :
37- NAME : submission_platform
38- REQ : EXACTLY_ONE
39- CHECK : " v['value'] != '' "
40-
4131 - KEY :
4232 NAME : submission_division
4333 REQ : EXACTLY_ONE
4434 CHECK : " v['value'] in ['closed', 'open'] "
45- POST : " enqueue_config('training_4.1 .0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "
35+ POST : " enqueue_config('training_5.0 .0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "
4636
4737# at least one record should be found, but any found records must pass the test
4838- KEY :
You can’t perform that action at this time.
0 commit comments