Skip to content

Commit

Permalink
Remove status check from compliance checker
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 committed Sep 30, 2024
1 parent 9a66740 commit 926a6c9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions mlperf_logging/compliance_checker/training_4.1.0/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@
CHECK: " v['value'] in ['closed', 'open'] "
POST: " enqueue_config('training_4.1.0/{}_common.yaml'.format(v['value'])); s['compile_time_mins'] = 240 if v['value'] == 'open' else 30 "

- KEY:
NAME: submission_status
REQ: EXACTLY_ONE
CHECK: " v['value'] in ['cloud', 'onprem', 'preview', 'research'] "

# at least one record should be found, but any found records must pass the test
- KEY:
NAME: cache_clear
Expand Down

0 comments on commit 926a6c9

Please sign in to comment.