Skip to content

Commit 2a57256

Browse files
committed
Add warning
1 parent 110920f commit 2a57256

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

intermediate_source/rpc_tutorial.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ Getting Started with Distributed RPC Framework
33
**Author**: `Shen Li <https://mrshenli.github.io/>`_
44

55

6+
.. warning::
7+
The `torch.distributed.rpc <https://pytorch.org/docs/master/rpc.html>`__ package
8+
is experimental and subject to change.
9+
10+
611
This tutorial uses two simple examples to demonstrate how to build distributed
712
training with the `torch.distributed.rpc <https://pytorch.org/docs/master/rpc.html>`__
813
package which is first introduced as an experimental feature in PyTorch v1.4.

0 commit comments

Comments
 (0)