torchx
torchx copied to clipboard
Add Azure Scheduler Support
It would be nice to have Azure support so we can directly launch jobs on Azure's ML training service.
Example scheduler: AWS Batch https://github.com/pytorch/torchx/blob/main/torchx/schedulers/aws_batch_scheduler.py
Scheduler documentation: https://pytorch.org/torchx/main/schedulers
Azure Docs:
- https://docs.microsoft.com/en-us/azure/machine-learning/how-to-set-up-training-targets
- https://docs.microsoft.com/en-us/azure/machine-learning/how-to-train-distributed-gpu
- https://docs.microsoft.com/en-us/azure/machine-learning/how-to-train-pytorch