Fix submission directory structure for endpoints#2637
Merged
Conversation
Contributor
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Corrected the filename from 'results_summary.json' to 'result_summary.json' in the endpoints submission structure documentation.
mrmhodak
pushed a commit
that referenced
this pull request
Jul 21, 2026
* Update folder structure for endpoints submissions * Remove unused code * Revert "Remove unused code" This reverts commit 7d8ae1a. * fix: skip truncation for endpoints submissions instead of targeting stale results.json (#2631) The endpoints accuracy artifact was renamed from results.json (with a responses field) to accuracy/accuracy_results.json in mlcommons/endpoints#400, which also dropped the responses field entirely (per-sample text now lives in events.jsonl, not part of the submission). truncate_accuracy_log.py still looked for the old results.json/responses shape and would only log "missing" for every endpoints submission. Detect the endpoints layout via the scenario-root config.yaml and skip truncation, and remove the now-dead PERFORMANCE_ENDPOINTS_DIR/ACCURACY_ENDPOINTS_DIR constants left over from the loader.py refactor to ENDPOINTS_SCENARIO_DIR. Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> * Add compliance checking for endpoints submission (#2633) * Quick fixes for endpoints parser * Add qwen3.6-27b benchmark to submission checker (#2634) * Additional quick fixes * Parse endpoint and performance accuracy separately * Fix endpoints submission checker latency parsing (#2636) * [Automated Commit] Format Codebase * Fix submission directory structure for endpoints (#2637) * Fix submission directory structure for endpoints * Fix filename in endpoints submission structure Corrected the filename from 'results_summary.json' to 'result_summary.json' in the endpoints submission structure documentation. --------- Co-authored-by: Pablo Gonzalez <pgmpablo97@gmail.com> --------- Co-authored-by: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com> Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com> Co-authored-by: zihaok <161090975+zihaok@users.noreply.github.com> Co-authored-by: mlc-automations <3246381+mlc-automations@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.