Skip to content

Commit

Permalink
[Automated Commit] Format Codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 4, 2025
1 parent b86746e commit 0d92f8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion automation/script/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ def _run(self, i):
'append_lists': True,
'append_unique': True})


# Recursion spaces needed to format log and print
recursion_spaces = i.get('recursion_spaces', '')
# Caching selections to avoid asking users again
Expand Down
2 changes: 1 addition & 1 deletion script/app-mlperf-inference/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def postprocess(i):
][model][scenario] = {}

# if env.get("MLC_MLPERF_FIND_PERFORMANCE_MODE", '') == "yes" and mode ==
# "performance" and scenario != "Server":
# "performance" and scenario != "Server":
if mode == "performance" and scenario != "Server":
os.chdir(output_dir)
if not os.path.exists("mlperf_log_summary.txt"):
Expand Down

0 comments on commit 0d92f8f

Please sign in to comment.