diff --git a/docs/source/distributed.rst b/docs/source/distributed.rst index 1279801e07d72..9958b1cde1a28 100644 --- a/docs/source/distributed.rst +++ b/docs/source/distributed.rst @@ -842,7 +842,7 @@ following matrix shows how the log level can be adjusted via the combination of | ``INFO`` | ``DETAIL`` | Trace (a.k.a. All) | +-------------------------+-----------------------------+------------------------+ -Distributed has customs Exception types derived from `RuntimeError`: +Distributed components raise custom Exception types derived from `RuntimeError`: - `torch.distributed.DistError`: This is the base type of all distributed exceptions. - `torch.distributed.DistBackendError`: This exception is thrown when a backend-specific error occurs. For example, if @@ -857,9 +857,6 @@ Distributed has customs Exception types derived from `RuntimeError`: .. autoclass:: torch.distributed.DistNetworkError .. autoclass:: torch.distributed.DistStoreError -.. warning:: - The DistBackendError exception type is an experimental feature is subject to change. - .. Distributed modules that are missing specific entries. .. Adding them here for tracking purposes until they are more permanently fixed. .. py:module:: torch.distributed.algorithms