Skip to content

Commit 83e487f

Browse files
committed
Fixed docstring versionadded for new_group method
1 parent ab30faf commit 83e487f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ignite/distributed/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,6 @@ def new_group(ranks: List[int], **kwargs: Any) -> Any:
462462
group = idist.new_group(ranks)
463463
464464
.. versionadded:: 0.4.11
465-
``backend`` now accepts `horovod` distributed framework.
466-
467465
"""
468466

469467
if _need_to_sync and isinstance(_model, _SerialModel):

0 commit comments

Comments
 (0)