Skip to main content

cirron run

Manage training runs, pipeline executions, batch inference, and hyperparameter sweeps. The run command provides subcommands for triggering, monitoring, and managing compute jobs on the Cirron platform.

Usage

Subcommands

Pipeline

Trigger a pipeline run by name with optional configuration.

Pipeline Options

Examples

Job

Execute a single-task job.

Job Options

Inference

Trigger batch inference on a deployment.

Inference Options

Sweep

Trigger a hyperparameter sweep.

Sweep Options

List

List all runs and jobs.

List Options

Runs are also accessible via cirron list runs.

Status

Check the status of a specific run.

Status Options

Cancel

Cancel a running job.

Cancel Options

Logs

Stream logs for a run.

Logs Options

Examples

Training Workflow

Batch Inference