:orphan:
Run Horovod Distributed Training with PyTorch and Ray Train
===========================================================
.. raw:: html
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
* :doc:`Ray Train Examples <../../examples>` for more use cases