The name of a Checkpoint created using the flexai checkpoint push
command.
Pushed Checkpoints can be listed using the flexai checkpoint list
command.
Examples
-
mistral-500-checkpoint
Downloads a Checkpoint from FlexAI to the host machine running the FlexAI CLI.
flexai checkpoint fetch ( <checkpoint_name> | <checkpoint_UUID> ) [ --destination <destination_path> ]
The name of a Checkpoint created using the flexai checkpoint push
command.
Pushed Checkpoints can be listed using the flexai checkpoint list
command.
mistral-500-checkpoint
UUID of a checkpoint generated by a Training Job.
Checkpoints generated by a Training Job can be listed using the flexai training checkpoints
command.
90c8f215-e131-4f9c-936c-12fe1fe9a6f1
.
Destination path to save the Checkpoint.
The current working directory will be used by default.
--destination /saved-checkpoints/mistral/
flexai checkpoint fetch mistral-500-checkpoint
Which returns a download progress indicator and the target path where to the checkpoint will be stored:
Writing in: /home/flexuser/output_0.ckptProgress: 100% (343.80 MB / 343.80 MB)Writing in: /home/flexuser/training_logs.logProgress: 100% (2.10 MB / 2.10 MB)