:orphan: .. _horovod_example: Run Horovod Distributed Training with PyTorch and Ray Train =========================================================== This basic example demonstrates how to run Horovod distributed training with PyTorch and Ray Train. Code example ------------ .. literalinclude:: /../../python/ray/train/examples/horovod/horovod_example.py See also -------- * :ref:`Get Started with Horovod ` for a tutorial on using Horovod with Ray Train * :ref:`Ray Train Examples ` for more use cases