forked from mlcommons/mlcube
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing command line interface for the
run
command.
This commit fixes bugs associated with the MLCube's `run` command: - It now uses correct option decorators from the `cli` (class Options) instead of deprecated decorators from the `__main__.py` file. - It now uses the `-P` option to correctly parse MLCube parameters that users provide on a command line. The latter particularly fixes the mlcommons#347 issue.
- Loading branch information
1 parent
755d388
commit 7ceb50f
Showing
1 changed file
with
34 additions
and
73 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