Commit 7651400
Submission checker modularization (mlcommons#2397)
* First sketch of submission checker
* Add initial loader loop
* Quick fixes for loader class
* Add performance checks new submission checker
* Add accuracy checks to submission checker
* Add next batch of checks
* Add compliance check
* Add power check
* Add additional bandwidth check
* Add results to submission checker
* Add power metric to output summary
* Log results summary to terminal
* Update summary + Add skipped compliance test
* Add useful functions for automation to submission checker utils
* [Automated Commit] Format Codebase
* Add local path to system path
* Add missing arguments
* Add v6.0 constants to new submission checker
* [Automated Commit] Format Codebase
* Previous submission checker file renamed
* test commit - gh action
* String formatting to support contents with space (mlcommons#2428)
* String formatting to support contents with space
* test commit
* [Automated Commit] Format Codebase
* Test commit
* [Automated Commit] Format Codebase
* Update RESULTS_FIELD_NEW
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* [Automated Commit] Format Codebase
* Update checker README
* Update test-submission-generation.yml
* Test commit - github actions
* Update test-submission-generation.yml
* Ensure main() exit status is returned to shell (mlcommons#2432)
* Add support for endpoints logs
* [Automated Commit] Format Codebase
* Quick fix: init messages correctly
* v5.1 and lower compatibility: skip dataset test
* Format files
* Add src check to submission checker
* Format loader file
* Remove unused files in submission checker
* Autopep8 format new submission checker
* [Automated Commit] Format Codebase
* Fix Bug: do not skip measurements checks
* Bug Fix: power checker bad formatting
* [Automated Commit] Format Codebase
* Bug Fix: move code dir to src dir
* Delete more unused code
* Add docstring to new submission checker
* Remove custom branch pointer
* fix typo
* Update v6.0 seeds
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: ANANDHU S <71482562+anandhu-eng@users.noreply.github.com>
Co-authored-by: anandhu-eng <anandhusooraj011@gmail.com>1 parent 9142ef0 commit 7651400
File tree
29 files changed
+5996
-21
lines changed- .github/workflows
- tools/submission
- submission_checker
- checks
- power
- configuration
- parsers
29 files changed
+5996
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
| 38 | + | |
41 | 39 | | |
42 | 40 | | |
43 | | - | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | | - | |
| 38 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
62 | 72 | | |
63 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
64 | 120 | | |
65 | 121 | | |
66 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
123 | 125 | | |
124 | 126 | | |
125 | 127 | | |
| |||
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
304 | | - | |
| 306 | + | |
305 | 307 | | |
306 | 308 | | |
307 | 309 | | |
308 | | - | |
309 | | - | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
Whitespace-only changes.
Whitespace-only changes.
0 commit comments