Skip to content

Commit 7c7f5d2

Browse files
committed
remove submission_org and submission_platform required fields from training v5.0
1 parent abd4102 commit 7c7f5d2

File tree

1 file changed

+1
-11
lines changed
  • mlperf_logging/compliance_checker/training_5.0.0

1 file changed

+1
-11
lines changed

mlperf_logging/compliance_checker/training_5.0.0/common.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,11 @@
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:

0 commit comments

Comments
 (0)