Skip to content

Commit

Permalink
Fixes to mlperf readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Feb 5, 2023
1 parent 2b0b30c commit b29e0f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cm-mlops/script/app-mlperf-inference-nvidia/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def preprocess(i):
def postprocess(i):

env = i['env']
if env.get('CM_MLPERF_README', 'no') == "yes":
if env.get('CM_MLPERF_README'):
import cmind as cm
inp = i['input']
state = i['state']
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def postprocess(i):

env = i['env']

if env.get('CM_MLPERF_README', 'no') == "yes":
if env.get('CM_MLPERF_README'):
import cmind as cm
inp = i['input']
state = i['state']
Expand Down

0 comments on commit b29e0f6

Please sign in to comment.