Skip to content

Commit

Permalink
Merge pull request #433 from GATEOverflow/mlperf-inference
Browse files Browse the repository at this point in the history
Fixes for latest MLPerf inference changes
  • Loading branch information
arjunsuresh authored Oct 28, 2024
2 parents cc3bd61 + 63cedb2 commit 518f0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/generate-mlperf-inference-submission/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def generate_submission(i):
f.write("TBD") #create an empty README
else:
readme_suffix = ""
result_string, result = mlperf_utils.get_result_string(env['CM_MLPERF_LAST_RELEASE'], model, scenario, result_scenario_path, power_run, sub_res, division, system_file, model_precision)
result_string, result = mlperf_utils.get_result_string(env['CM_MLPERF_LAST_RELEASE'], model, scenario, result_scenario_path, power_run, sub_res, division, system_file, model_precision, env.get('CM_MLPERF_INFERENCE_SOURCE_VERSION'))

for key in result:
results[model][scenario][key] = result[key]
Expand Down

0 comments on commit 518f0d0

Please sign in to comment.