Added
- Added the
flexai dataset push <dataset_name>subcommand to upload files to a dataset. - Added the ability to upload multiple files to a dataset by passing multiple instances of the
--fileflag to theflexai dataset pushsubcommand. - Added the
flexai dataset listsubcommand to get a table view of all the datasets. - Added a
--datasetflag to theflexai training run <training_job_name>subcommand to specify the dataset to use for training. - Added flags to select a specific source when using
flexai training run <training_job_name>:--repo-urland--revision. - Added a local configuration file:
./flexai/config.yaml. - Added an ASCII progress bar to follow the progress of
flexai dataset pushuploads. - Added a global flag:
-v, --verboseto enable verbose output for all commands.
Changed
- Improved the readability of the
flexai training listsubcommand output.