Skip to content

Commit

Permalink
fix broken link from horovod doc (#2186)
Browse files Browse the repository at this point in the history
Co-authored-by: Desroziers <sylvain.desroziers@ifpen.fr>
  • Loading branch information
sdesrozis and Desroziers authored Sep 7, 2021
1 parent 5be24f2 commit 8cac627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ignite/distributed/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def train_fn(local_rank, a, b, c):
- | "horovod" : comm(=None), more info: `hvd_init`_.
.. _torch_init: https://pytorch.org/docs/stable/distributed.html#torch.distributed.init_process_group
.. _hvd_init: https://horovod.readthedocs.io/en/latest/api.html#horovod.torch.init
.. _hvd_init: https://horovod.readthedocs.io/en/latest/api.html#module-horovod.torch
.. versionchanged:: 0.4.2
``backend`` now accepts `horovod` distributed framework.
Expand Down

0 comments on commit 8cac627

Please sign in to comment.