Skip to content

Commit d781588

Browse files
authored
Update add_results_summary.py
1 parent c214016 commit d781588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

add_results_summary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def get_software_details_table(system_json):
296296
{html_table}
297297
"""
298298
readme_content = f"""
299-
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)
299+
See the HTML preview [here](https://htmlpreview.github.io/?https://github.com/mlcommons/mlperf_inference_unofficial_submissions_v5.0/blob/main/closed/{submitter}/results/{sut_name}/summary.html)
300300
{html_table}
301301
"""
302302
with open(out_path, "w") as f:

0 commit comments

Comments
 (0)