flexai training command manages Training Jobs: from starting a new Training Job, retrieving its logs, and inspecting its execution, to downloading its output artifacts, among other tasks.
Available subcommands
flexai training checkpoints- Lists out the checkpoints that were generated by a Training Job.flexai training debug-ssh- Establishes an SSH connection to a running Training Job.flexai training delete- Deletes a Training Job.flexai training fetch- Fetches artifacts from a Training Job.flexai training inspect- Displays detailed information about a Training Job.flexai training list- Lists all the Training Jobs.flexai training logs- Displays the logs from a Training Job.flexai training run- Starts a new Training Job.flexai training stop- Stops a Training Job.
Training Lifecycle Statuses
A Training Job will go through a subset of the following statuses during its lifecycle:
A Training or Fine-tuning Job in a “terminal” status can be deleted using the
flexai training delete command.