mlcommons / mlcommons/inference
Consolidate dir structure
@pgmpablo157321 is already working on this.
Since Sep 15, 2025.
- Dominant language
- Python
- Stars
- 1.6k
- Forks
- 650
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 6
Description
After v4.1 we removed legacy ‘calibration’ dir because it was no longer valued (usurped by code dir). There continue to be three largely overlapping dirs which are inconvenient to navigate and only separated due to legacy (not utility): compliance, measurements, results. Due to common structure, these can be easily merged as follows. Simplifying the dir structure will reduce common difficulties, merge complications, and especially error debugging from submission checker (frequent vague errors due to misnaming and missing files):
Post mortem task proposed by @keithachorn-intel
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.