Usage
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
checkpoint_name | string | Yes | Pushes a new Checkpoint to FlexAI from either the host machine running the FlexAI CLI or from a Remote Storage Provider Connection, such as Hugging Face, Amazon S3, Cloudflare R2 or GCP Cloud Storage. |
Flags
| Flag | Short | Type | Description |
|---|---|---|---|
--file | -f | key-value | Pushes a new Checkpoint to FlexAI from either the host machine running the FlexAI CLI or from a Remote Storage Provider Connection, such as Hugging Face, Amazon S3, Cloudflare R2 or GCP Cloud Storage. ‘Key=Value’ path pair: <path_in_filesystem>=<path_in_checkpoint> |
--help | -h | boolean | Displays this help page. |
--source-path | string | The path to the source checkpoint files. | |
--storage-provider | string | The name of the Remote Storage Provider Connection to use for the Checkpoint upload. | |
--verbose | -v | boolean | Provides more detailed output when pushing a Checkpoint. |