mpi_step Module

Contains functionality to add a Azure ML Pipeline step to run an MPI job for Machine Learning model training.

Classes

MpiStep

Creates an Azure ML pipeline step to run an MPI job.

For an example of using MpiStep, see the notebook https://aka.ms/pl-style-trans.

Create an Azure ML pipeline step to run an MPI job.

DEPRECATED. Use the CommandStep instead. For an example see How to run distributed training in pipelines with CommandStep.