We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110920f commit 2a57256Copy full SHA for 2a57256
intermediate_source/rpc_tutorial.rst
@@ -3,6 +3,11 @@ Getting Started with Distributed RPC Framework
3
**Author**: `Shen Li <https://mrshenli.github.io/>`_
4
5
6
+.. warning::
7
+ The `torch.distributed.rpc <https://pytorch.org/docs/master/rpc.html>`__ package
8
+ is experimental and subject to change.
9
+
10
11
This tutorial uses two simple examples to demonstrate how to build distributed
12
training with the `torch.distributed.rpc <https://pytorch.org/docs/master/rpc.html>`__
13
package which is first introduced as an experimental feature in PyTorch v1.4.
0 commit comments