diff --git a/intermediate_source/rpc_tutorial.rst b/intermediate_source/rpc_tutorial.rst
index cd883930030..6d149e80837 100644
--- a/intermediate_source/rpc_tutorial.rst
+++ b/intermediate_source/rpc_tutorial.rst
@@ -3,11 +3,6 @@ Getting Started with Distributed RPC Framework
**Author**: `Shen Li `_
-.. warning::
- The `torch.distributed.rpc `__ package
- 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
training with the `torch.distributed.rpc `__
package which is first introduced as an experimental feature in PyTorch v1.4.