Skip to content

checkpoint fetch

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

Terminal window
flexai checkpoint fetch ( <checkpoint_name> | <checkpoint_UUID> ) [ --destination <destination_path> ]
Required
UUID

UUID of a checkpoint generated by a Training Job.

Checkpoints generated by a Training Job can be listed using the flexai training checkpoints command.

Examples
  • 90c8f215-e131-4f9c-936c-12fe1fe9a6f1
Optional
Default Value: .
Path

Destination path to save the Checkpoint.

The current working directory will be used by default.

Examples
  • --destination /saved-checkpoints/mistral/
Terminal window
flexai checkpoint fetch mistral-500-checkpoint

Which returns a download progress indicator and the target path where to the checkpoint will be stored:

flexai checkpoint fetch mistral-500-checkpoint
Writing in: /home/flexuser/output_0.ckpt
Progress: 100% (343.80 MB / 343.80 MB)
Writing in: /home/flexuser/training_logs.log
Progress: 100% (2.10 MB / 2.10 MB)