We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6fda2 commit c7af0d3Copy full SHA for c7af0d3
script/run-mlperf-inference-app/customize.py
@@ -305,7 +305,7 @@ def preprocess(i):
305
if state.get('docker', {}):
306
del (state['docker'])
307
308
- if env.get("MLC_MLPERF_LOADGEN_COMPLIANCE", "") == "yes":
+ if is_true(env.get("MLC_MLPERF_LOADGEN_COMPLIANCE", "")):
309
for test in test_list:
310
env['MLC_MLPERF_LOADGEN_COMPLIANCE_TEST'] = test
311
env['MLC_MLPERF_LOADGEN_MODE'] = "compliance"
0 commit comments