{"library":"mosaicml-cli","title":"MosaicML CLI","description":"The `mosaicml-cli` provides a command-line interface for interacting with Databricks Mosaic AI training. It allows users to authenticate, manage runs, models, and clusters directly from their terminal. The current version is 0.8.3, and new versions are released periodically to align with updates to the Mosaic AI platform.","language":"python","status":"active","last_verified":"Fri Apr 17","install":{"commands":["pip install mosaicml-cli"],"cli":{"name":"mcli","version":"Your version is up to date. MosaicML CLI (MCLI) 0.8.3"}},"imports":["from mosaicml_cli.main import app"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"mosaicml login\n# Follow the on-screen instructions to authenticate via a browser.\n\n# List available models (requires authentication)\nmosaicml list models\n\n# Example of running a training job (requires a config.yaml file and an authenticated session)\n# This command assumes you have a 'config.yaml' file in your current directory.\n# For a real quickstart, replace 'path/to/my_config.yaml' with your actual path.\n# If you don't have one, just run 'mosaicml list models' as a basic check.\n# mosaicml run path/to/my_config.yaml","lang":"bash","description":"The most crucial step is to log in using `mosaicml login`. This authenticates your CLI session with the Mosaic AI platform. After successful login, you can execute various commands, such as listing models or initiating training runs.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}