Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

Feature Request: Pipelines support for Ray Distribution #1956

Open afogarty85 opened 9 months ago

afogarty85 commented 9 months ago

AzureML pipelines does not support Ray Distribution, but should, as AzureML already has working support for it via "command" jobs.

If you try to create an AzureML pipeline using Ray, it will try to (wrongly) run it as MPI.