forked from mlcommons/medperf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A command to run all models for a benchmark (mlcommons#318)
* implement benchmark run all * add a util to cleanup a specific path * finalize benchmark run all * modify tests of the changed cleanup util * fix linting error * change BenchmarkExecution to run multiple models * adapt other commands to the changes * create execution class * modify compatibility test * modify benchmark execution * use dataset registered uid for result generated uid * add config.test_storage * fix minor bugs * fix how to read models list file * fix typer hint types, consistent no-cache name * minor bugs, add integration tests * add integration tests for partial result submission * fix tests * abort submission for existing registered results * remove unused config variable * create tests for benchmarkexecution * add note, remove redundant cleanup * add test for execution command * delete failing compatibilityTest unittests This is going to be refactored very soon. unittests will be re-written * add test for execution to check cube.run * fix integration tests error introduced by merging main * rename ignore_errors to ignore_model_errors * use `state_variables` instead of `system_inputs` * fix typos in cli integration tests error messages * more clear error msg for unassociated models * fixes: use pydantic mocks, replace uid by id * additional changes due to pydantic * additional fixes for pydantic * use consistently integer type for server IDs * use uids as integers in all tests --------- Co-authored-by: Alejandro Aristizábal <[email protected]>
- Loading branch information
1 parent
c1f01c0
commit 73b5ffc
Showing
45 changed files
with
1,199 additions
and
955 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.