Highlights
- Training Jobs now support multiple Datasets: You can now attach multiple datasets to a Training Job.
flexai sourcecommand deprecated: Theflexai sourcecommand has been deprecated. You can now pass the--repository-urland--repository-revisionflags directly to theflexai training runcommand.
Added
- Support for multiple Datasets in Training Jobs: You can now attach multiple datasets to a Training Job, allowing for more complex training scenarios and improved data management.
-
flexai code-registrycommand: The newflexai code-registrycommand allows you to grant access to your code repositories to the FlexAI. It replaces the functionality of the deprecatedflexai sourcecommand. Theflexai code-registrycommand provides a more streamlined and efficient way to manage your code repositories within the FlexAI ecosystem. -
flexai training runnew flags: You can now pass the--repository-urland--repository-revisionflags to theflexai training runcommand, allowing you to pass any public GitHub repository URL or the url of a private GitHub repository that has been registered with FlexAI using theflexai code-registry connectcommand.
Changed
flexai training runcommand: Theflexai training runcommand has been updated to accept multiple instances of the-D/--datasetflag, which can be used to specify a Dataset name and also supports a value mapping to specify the name of the Dataset inside the/input/directory. For example:- Key-value pair:
Will be mounted as:
- Dataset name:
Will be mounted as:
- Key-value pair:
Removed
flexai sourcecommand deprecated: Theflexai sourcecommand has been deprecated in favor of theflexai code-registrycommand.