Skip to content

Commit

Permalink
Auto-merge updates from auto-update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mlcommons-bot committed Jan 4, 2025
2 parents 3569b72 + 8bdbd9e commit e595ac2
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
Please download [summary.xlsx](summary.xlsx) to view the most recent results.
```
[2025-01-04 12:44:53,438 submission_checker1.py:3183 INFO] Results=35, NoResults=0, Power Results=0
[2025-01-04 12:44:53,439 submission_checker1.py:3190 INFO] ---
[2025-01-04 12:44:53,439 submission_checker1.py:3191 INFO] Closed Results=2, Closed Power Results=0
[2025-01-04 12:56:45,514 submission_checker1.py:3183 INFO] Results=35, NoResults=0, Power Results=0
[2025-01-04 12:56:45,514 submission_checker1.py:3190 INFO] ---
[2025-01-04 12:56:45,514 submission_checker1.py:3191 INFO] Closed Results=2, Closed Power Results=0
[2025-01-04 12:44:53,439 submission_checker1.py:3196 INFO] Open Results=33, Open Power Results=0
[2025-01-04 12:56:45,514 submission_checker1.py:3196 INFO] Open Results=33, Open Power Results=0
[2025-01-04 12:44:53,439 submission_checker1.py:3201 INFO] Network Results=0, Network Power Results=0
[2025-01-04 12:56:45,514 submission_checker1.py:3201 INFO] Network Results=0, Network Power Results=0
[2025-01-04 12:44:53,439 submission_checker1.py:3206 INFO] ---
[2025-01-04 12:44:53,439 submission_checker1.py:3208 INFO] Systems=26, Power Systems=0
[2025-01-04 12:44:53,439 submission_checker1.py:3212 INFO] Closed Systems=1, Closed Power Systems=0
[2025-01-04 12:44:53,439 submission_checker1.py:3217 INFO] Open Systems=26, Open Power Systems=0
[2025-01-04 12:44:53,439 submission_checker1.py:3222 INFO] Network Systems=0, Network Power Systems=0
[2025-01-04 12:44:53,439 submission_checker1.py:3227 INFO] ---
[2025-01-04 12:44:53,439 submission_checker1.py:3232 INFO] SUMMARY: submission looks OK
[2025-01-04 12:56:45,515 submission_checker1.py:3206 INFO] ---
[2025-01-04 12:56:45,515 submission_checker1.py:3208 INFO] Systems=26, Power Systems=0
[2025-01-04 12:56:45,515 submission_checker1.py:3212 INFO] Closed Systems=1, Closed Power Systems=0
[2025-01-04 12:56:45,515 submission_checker1.py:3217 INFO] Open Systems=26, Open Power Systems=0
[2025-01-04 12:56:45,515 submission_checker1.py:3222 INFO] Network Systems=0, Network Power Systems=0
[2025-01-04 12:56:45,515 submission_checker1.py:3227 INFO] ---
[2025-01-04 12:56:45,515 submission_checker1.py:3232 INFO] SUMMARY: submission looks OK
INFO:root: ! call "postprocess" from /home/runner/CM/repos/mlcommons@mlperf-automations/script/run-mlperf-inference-submission-checker/customize.py
```
Expand Down
7 changes: 5 additions & 2 deletions add_results_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ def get_software_details_table(system_json):
os.makedirs(os.path.dirname(out_path), exist_ok=True)

html_table = f"""
See the HTML preview [here]https://htmlpreview.github.io/?https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0/blob/main/closed/{submitter}/results/{sut_name}/summary.html
{header_table}
<table>
Expand All @@ -295,9 +294,13 @@ def get_software_details_table(system_json):
<tr><td colspan="2">{software_details}</td> </tr>
</table>
{html_table}
"""
readme_content = f"""
See the HTML preview [here](https://htmlpreview.github.io/?https://github.com/mlcommons/mlperf_inference_test_submissions_v5.0/blob/main/closed/{submitter}/results/{sut_name}/summary.html)
{html_table}
"""
with open(out_path, "w") as f:
f.write(html_table)
f.write(readme_content)
html_out_path = os.path.join(division, submitter, "results", sut_name, "summary.html")
html_header = get_header()
html = f"""
Expand Down
2 changes: 1 addition & 1 deletion dbversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
277
278
Binary file modified summary.xlsx
Binary file not shown.

0 comments on commit e595ac2

Please sign in to comment.