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.
2 parents d225e64 + 9b2c8f6 commit d7a19a9Copy full SHA for d7a19a9
intermediate_source/rpc_tutorial.rst
@@ -3,11 +3,6 @@ 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. It also requires PyTorch 1.4.0+ to run as this is the first version to support RPC.
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