azureml-examples
azureml-examples copied to clipboard
Pipeline support for Command Job & Ray Distribution
Describe your suggestion
I cant find a way to run a command job as a repeatable pipeline using Ray Distribution. Ray Distribution works great with a plain command job -- but I want to submit a pipeline and run it regularly via Synapse.
Submitting command jobs through pipeline decorators turns the commands into MPI runs which fail and are incompatible.
Additional details
No response