Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing command line interface for the run command. #348

Merged

Commits on Dec 11, 2023

  1. 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.
    sergey-serebryakov committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7ceb50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4614c0 View commit details
    Browse the repository at this point in the history