Support automotive/inference checker versions via concise version.# variations in inference submission checker script#912
Open
arjunsuresh with Copilot wants to merge 5 commits into
Open
Support automotive/inference checker versions via concise version.# variations in inference submission checker script#912arjunsuresh with Copilot wants to merge 5 commits into
version.# variations in inference submission checker script#912arjunsuresh with Copilot wants to merge 5 commits into
Conversation
…tive versions Agent-Logs-Url: https://github.com/mlcommons/mlperf-automations/sessions/bd891010-9b4a-41fb-8935-19bc2b9d64b6 Co-authored-by: arjunsuresh <4791823+arjunsuresh@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Support mlperf-automotive versions
Support automotive checker versions via Apr 20, 2026
version.* variations in inference submission checker script
arjunsuresh
requested changes
May 22, 2026
| adr: | ||
| submission-checker-src: | ||
| version: master | ||
| r3.0: | ||
| version.r3.0: |
Collaborator
There was a problem hiding this comment.
@copilot can't we use version.# here to make the meta concise?
Contributor
Author
There was a problem hiding this comment.
Done in cc3bde4. I switched to a concise version.# variation and kept explicit overrides only where behavior differs (version.master default and version.r6.0 mapping to master).
Agent-Logs-Url: https://github.com/mlcommons/mlperf-automations/sessions/18f0d0fd-d3cb-4e27-8d40-54aad02676fc Co-authored-by: arjunsuresh <4791823+arjunsuresh@users.noreply.github.com>
Copilot
AI
changed the title
Support automotive checker versions via
Support automotive/inference checker versions via concise May 22, 2026
version.* variations in inference submission checker scriptversion.# variations in inference submission checker script
Contributor
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
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.
🧾 PR Checklist
dev📌 Note: PRs must be raised against
dev. Do not commit directly tomain.📁 File Hygiene & Output Handling
📝 Comments & Communication
Proper inline comments are added to explain important or non-obvious changes
PR title and description clearly state what the PR does and why
Related issues (if any) are properly referenced (
Fixes #,Related to #, etc.)Problem summary
run-mlperf-inference-submission-checkeris shared by inference and automotive.versionsand into version variations to support both tracks cleanly.What changed
script/run-mlperf-inference-submission-checker/meta.yamldefault_version+ populatedversionsblock), keepingversions: {}.version.#.version.master(default) →masterversion.r6.0→masterRepresentative snippet
🛡️ Safety & Security