diff --git a/.github/workflows/test-nvidia-mlperf-inference-implementations.yml b/.github/workflows/test-nvidia-mlperf-inference-implementations.yml index e91258172..4a6b91c41 100644 --- a/.github/workflows/test-nvidia-mlperf-inference-implementations.yml +++ b/.github/workflows/test-nvidia-mlperf-inference-implementations.yml @@ -2,7 +2,7 @@ name: MLPerf Inference Nvidia implementations on: schedule: - - cron: "36 00 * * *" #to be adjusted + - cron: "35 01 * * *" jobs: run_nvidia: diff --git a/script/app-mlperf-inference/customize.py b/script/app-mlperf-inference/customize.py index f94dfa86b..243b78db1 100644 --- a/script/app-mlperf-inference/customize.py +++ b/script/app-mlperf-inference/customize.py @@ -59,6 +59,7 @@ def postprocess(i): inp = i['input'] env['CMD'] = '' state = i['state'] + mlc = i['automation'].action_object # if env.get('MLC_MLPERF_USER_CONF', '') == '': # return {'return': 0} @@ -376,7 +377,6 @@ def postprocess(i): # Check CM automation repository repo_name = 'mlcommons@mlperf-automations' repo_hash = '' - mlc = i['automation'].action_object r = mlc.access({'action': 'find', 'automation': 'repo', 'item': 'mlcommons@mlperf-automations,9e97bb72b0474657'}) if r['return'] == 0 and len(r['list']) == 1: