Skip to main content
Downloads a Checkpoint from FlexAI to the host machine running the FlexAI CLI.

Usage

flexai checkpoint fetch <checkpoint_identifier> [flags]

Arguments

ArgumentTypeRequiredDescription
checkpoint_identifierstringYesThe name of a Checkpoint pushed to the FlexAI Checkpoint Manager Service, or the UUID of a Checkpoint created during the execution of a FlexAI Training or Fine-tuning workload. See flexai checkpoint list or flexai training checkpoints for more details.

Flags

FlagShortTypeDefaultDescription
--destination-dstring./Specifies the directory where the Checkpoint will be saved in the host machine’s filesystem.
--help-hbooleanDisplays this help page.
--verbose-vbooleanProvides more detailed output when fetching a Checkpoint.