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
Uploads a Checkpoint generated by a Training Job to a Remote Storage Provider Connection, such as Amazon S3, Cloudflare R2, or GCP Cloud Storage.
flexai checkpoint export <checkpoint_UUID> --storage-provider <storage_provider_name> --destination-path <destination_path>
The UUID of a checkpoint generated by a Training Job.
Training Job Checkpoints can be listed with the flexai training checkpoints
command
90c8f215-e131-4f9c-936c-12fe1fe9a6f1
The destination path on the storage provider’s bucket to upload the checkpoint files to.
--destination-path my-bucket/checkpoints/mistral-train/
The name of the Remote Storage Provider Connection to be used to upload the files.
--storage-provider aws-storage-conn-eu
--storage-provider gcs-main
flexai checkpoint export 90c8f215-e131-4f9c-936c-12fe1fe9a6f1 --storage-provider aws-storage-conn-eu --destination-path my-bucket/checkpoints/mistral-train/