From deab15e8275e43133069e80fe236b97583f6351d Mon Sep 17 00:00:00 2001 From: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Date: Tue, 21 Jul 2026 11:46:53 +0530 Subject: [PATCH 1/2] Fix submission directory structure for endpoints --- tools/submission/submission_structure.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/submission/submission_structure.md b/tools/submission/submission_structure.md index febe1d0f4a..dbaf422027 100644 --- a/tools/submission/submission_structure.md +++ b/tools/submission/submission_structure.md @@ -81,8 +81,7 @@ For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structur │ │ │ │ │ │ ├── accuracy │ │ │ │ │ │ │ └── accuracy_results.json │ │ │ │ │ │ ├── performance -│ │ │ │ │ │ │ └── run_1 -│ │ │ │ │ │ │ └── results_summary.json +│ │ │ │ │ │ │ └── result_summary.json │ │ │ │ │ │ ├── │ │ │ │ │ │ │ ├── accuracy │ │ │ │ │ │ │ │ └── accuracy.txt From 2547ea2e968e90b807dc4ced946c60d21317f339 Mon Sep 17 00:00:00 2001 From: Pablo Gonzalez Date: Tue, 21 Jul 2026 10:00:37 -0500 Subject: [PATCH 2/2] Fix filename in endpoints submission structure Corrected the filename from 'results_summary.json' to 'result_summary.json' in the endpoints submission structure documentation. --- tools/submission/submission_structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/submission/submission_structure.md b/tools/submission/submission_structure.md index dbaf422027..b0fb9ff4c7 100644 --- a/tools/submission/submission_structure.md +++ b/tools/submission/submission_structure.md @@ -65,7 +65,7 @@ The following diagram describes the standard submission structure. ## Endpoints submission structure -For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structured JSON and YAML files produced by the endpoint harness. The `config.yaml` is placed at the scenario root, `results_summary.json` contains performance metrics, and `accuracy_results.json` contains accuracy metrics. +For endpoints submissions, the `mlperf_log_*.txt` files are replaced by structured JSON and YAML files produced by the endpoint harness. The `config.yaml` is placed at the scenario root, `result_summary.json` contains performance metrics, and `accuracy_results.json` contains accuracy metrics. ``` ...