Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding new MLCube
inspect
command. (mlcommons#315)
This command is similar to docker's inspect command. It allows users to inspect their MLCubes. This commit only introduces CLI command and a method at Runner interface level. No runners support this command yet. - API: The `Runner.inspect` method returns a dictionary. Users should expect to get at least one parameter - `hash`. - CLI: The CLI's `inspect` command determines the runner (--platform) and invokes it `inspect` method. Output formats could be `json` or `yaml`. Run the following to get help on this command: `mlcube inspect --help`.
- Loading branch information