Skip to content
- 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
--file flag to the flexai dataset push subcommand.
- Added the
flexai dataset list subcommand to get a table view of all the datasets.
- Added a
--dataset flag to the flexai 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-url and --revision.
- Added a local configuration file:
./flexai/config.yaml.
- Added an ASCII progress bar to follow the progress of
flexai dataset push uploads.
- Added a global flag:
-v, --verbose to enable verbose output for all commands.
- Improved the readability of the
flexai training list subcommand output.