Skip to content

Commit

Permalink
Fix import for run-mlperf-inference-app
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 25, 2024
1 parent cd9eedd commit 6a5dba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/run-mlperf-inference-app/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import subprocess
import cmind as cm
import copy
from tabulate import tabulate

summary_ext = ['.csv', '.json', '.xlsx']

Expand Down Expand Up @@ -325,7 +324,8 @@ def preprocess(i):
# Better to do this in a stand alone CM script with proper deps but
# currently we manage this by modifying the sys path of the python
# executing CM
import mlperf_utils
from tabulate import tabulate # noqa
import mlperf_utils # noqa

print(sut)
result_table, headers = mlperf_utils.get_result_table(
Expand Down

0 comments on commit 6a5dba8

Please sign in to comment.