New Domino feature template: Flows

AI training Flows template

Domino Flows enables you to efficiently orchestrate and monitor complex, multi-step computations while ensuring full lineage and reproducibility.

Check out our open-source repo, which demonstrates a sample AI training script using Domino Flows. A sample data set is also provided so users can run a flow by executing a provided command and utilizing the Flyte console. The sample flow contains two tasks - one for data preparation and one for model training. Each task ultimately triggers a Domino Job and returns the outputs. Define flows consisting of up to hundreds of interconnected tasks. Each job can use different environments, hardware tiers, code, and data assets. Easily customize flows using variable parameters. Flows can be defined dynamically based on loops or conditional statements. To learn more about getting started with Flows, visit our Flows documentation page.

View the repo