Skip to content

Commit

Permalink
Merge from CTuning (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin authored Nov 12, 2023
2 parents 5d3bb34 + 0173b9e commit d207aae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions cm-mlops/script/app-mlperf-inference-reference/_cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,8 @@ deps:
names:
- mlperf-implementation

- tags: get,generic-python-lib,_package.psutil

posthook_deps:
- names:
- mlperf-runner
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def preprocess(i):
# "val_map.txt")
# ret = os.system(cmd)

env['CM_MLPERF_LOADGEN_EXTRA_OPTIONS'] = ""
env['CM_MLPERF_LOADGEN_EXTRA_OPTIONS'] = " " + env.get('CM_MLPERF_LOADGEN_EXTRA_OPTIONS', '') + " "

if 'CM_MLPERF_LOADGEN_QPS' not in env:
env['CM_MLPERF_LOADGEN_QPS_OPT'] = ""
Expand Down

0 comments on commit d207aae

Please sign in to comment.