From cae5d8a23d44b7a4d72607e8d7a81df745cf8c36 Mon Sep 17 00:00:00 2001 From: Jessica Lin Date: Tue, 14 Jan 2020 15:21:03 -0800 Subject: [PATCH] Update rpc_tutorial.rst Redoing the update to rpc_tutorial.rst because of netlify build issues --- intermediate_source/rpc_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intermediate_source/rpc_tutorial.rst b/intermediate_source/rpc_tutorial.rst index d2deb9a5d9e..81111607de9 100644 --- a/intermediate_source/rpc_tutorial.rst +++ b/intermediate_source/rpc_tutorial.rst @@ -5,7 +5,7 @@ Getting Started with Distributed RPC Framework .. warning:: The `torch.distributed.rpc `__ package - is experimental and subject to change. + is experimental and subject to change. It also requires PyTorch 1.4.0+ to run as this is the first version to support RPC. This tutorial uses two simple examples to demonstrate how to build distributed