INNER CODE UNIT · Python

mlem_callback

iterative/mlem · mlem/cli/main.py:389

def mlem_callback(
    ctx: Context,
    show_version: bool = Option(
        False, "--version", help="Show version and exit"
    ),
    verbose: bool = Option(
        False, "--verbose", "-v", help="Print debug messages"
    ),
    traceback: bool = Option(False, "--traceback", "--tb", hidden=True),
    quiet: bool = Option(False, "--quiet", "-q", help="Suppress output"),
):
    """\b
    MLEM is a tool to help you version and deploy your Machine Learning models:
    * Serialize any model trained in Python into ready-to-deploy format
    * Model lifecycle management using Git and GitOps principles
    * Provider-agnostic deployment
    \b
    Documentation: <https://mlem.ai/doc>

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…