From 0d92f8f2bda8ffb3caf629133e0e7ad4bfc34074 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Feb 2025 19:47:19 +0000 Subject: [PATCH] [Automated Commit] Format Codebase --- automation/script/module.py | 1 - script/app-mlperf-inference/customize.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/automation/script/module.py b/automation/script/module.py index 79fb1efb9..ac531da64 100644 --- a/automation/script/module.py +++ b/automation/script/module.py @@ -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 diff --git a/script/app-mlperf-inference/customize.py b/script/app-mlperf-inference/customize.py index 7660d9759..4248fe894 100644 --- a/script/app-mlperf-inference/customize.py +++ b/script/app-mlperf-inference/customize.py @@ -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"):