Skip to content

Commit e17131e

Browse files
author
pintaoz
committed
update wording
1 parent 9579593 commit e17131e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/frameworks/pytorch/using_pytorch.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,9 @@ To initialize distributed training in your script, call
375375
`torch.distributed.init_process_group
376376
<https://pytorch.org/docs/master/distributed.html#torch.distributed.init_process_group>`_
377377
with the desired backend and the rank of the current host.
378-
Warning: ``torch.nn.SyncBatchNorm`` is not supported and its existence in
379-
``init_process_group`` will cause an exception during distributed training.
378+
Warning: Some torch features, such as (and likely not limited to) ``torch.nn.SyncBatchNorm``
379+
is not supported and its existence in ``init_process_group`` will cause an exception during
380+
distributed training.
380381
381382
.. code:: python
382383

0 commit comments

Comments
 (0)