From 52ed886d271243ee0cec71033007a58c05c84bcd Mon Sep 17 00:00:00 2001 From: Pablo Gonzalez Date: Mon, 23 Sep 2024 15:10:15 -0500 Subject: [PATCH] Remove status check from compliance checker --- mlperf_logging/compliance_checker/training_4.1.0/common.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mlperf_logging/compliance_checker/training_4.1.0/common.yaml b/mlperf_logging/compliance_checker/training_4.1.0/common.yaml index f050222..7a201ac 100755 --- a/mlperf_logging/compliance_checker/training_4.1.0/common.yaml +++ b/mlperf_logging/compliance_checker/training_4.1.0/common.yaml @@ -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