Skip to content

Commit 7cccb35

Browse files
authored
Bug fix (#169)
* Fix bug in app-mlperf-inference
1 parent 615cc25 commit 7cccb35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-nvidia-mlperf-inference-implementations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: MLPerf Inference Nvidia implementations
22

33
on:
44
schedule:
5-
- cron: "36 00 * * *" #to be adjusted
5+
- cron: "35 01 * * *"
66

77
jobs:
88
run_nvidia:

script/app-mlperf-inference/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def postprocess(i):
5959
inp = i['input']
6060
env['CMD'] = ''
6161
state = i['state']
62+
mlc = i['automation'].action_object
6263

6364
# if env.get('MLC_MLPERF_USER_CONF', '') == '':
6465
# return {'return': 0}
@@ -376,7 +377,6 @@ def postprocess(i):
376377
# Check CM automation repository
377378
repo_name = 'mlcommons@mlperf-automations'
378379
repo_hash = ''
379-
mlc = i['automation'].action_object
380380
r = mlc.access({'action': 'find', 'automation': 'repo',
381381
'item': 'mlcommons@mlperf-automations,9e97bb72b0474657'})
382382
if r['return'] == 0 and len(r['list']) == 1:

0 commit comments

Comments
 (0)