Skip to content

checkpoint export

Uploads a Checkpoint generated by a Training Job to a Remote Storage Provider Connection, such as Amazon S3, Cloudflare R2, or GCP Cloud Storage.

Terminal window
flexai checkpoint export <checkpoint_UUID> --storage-provider <storage_provider_name> --destination-path <destination_path>
Required
UUID

The UUID of a checkpoint generated by a Training Job.

Training Job Checkpoints can be listed with the flexai training checkpoints command

Examples
  • 90c8f215-e131-4f9c-936c-12fe1fe9a6f1
Required
Path

The destination path on the storage provider’s bucket to upload the checkpoint files to.

Examples
  • --destination-path my-bucket/checkpoints/mistral-train/
Required
Terminal window
flexai checkpoint export 90c8f215-e131-4f9c-936c-12fe1fe9a6f1 --storage-provider aws-storage-conn-eu --destination-path my-bucket/checkpoints/mistral-train/