Skip to content

Commit 09d0d74

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent c77c835 commit 09d0d74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

script/generate-mlperf-inference-user-conf/customize.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@ def run_files_exist(mode, OUTPUT_DIR, run_files, env, logger):
519519
test = env['MLC_MLPERF_LOADGEN_COMPLIANCE_TEST']
520520

521521
SCRIPT_PATH = os.path.join(
522-
env['MLC_MLPERF_INFERENCE_SOURCE'],
523-
"compliance",
524-
test,
525-
"run_verification.py")
522+
env['MLC_MLPERF_INFERENCE_SOURCE'],
523+
"compliance",
524+
test,
525+
"run_verification.py")
526526

527527
if test == "TEST06":
528528
cmd = f"{env['MLC_PYTHON_BIN_WITH_PATH']} {SCRIPT_PATH} -c {COMPLIANCE_DIR} -o {OUTPUT_DIR} --scenario {scenario} --dtype int32"

0 commit comments

Comments
 (0)