Skip to content

Commit

Permalink
Added link for html preview
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Jan 4, 2025
1 parent bc804f5 commit a6d2b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_results_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ 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/{system_name}/summary.html
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 Down

0 comments on commit a6d2b4d

Please sign in to comment.