Skip to content

Commit 46e5e67

Browse files
author
Jessica Lin
authored
Update references to index.html
1 parent c7fbd2d commit 46e5e67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/stable/rpc/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -336,22 +336,22 @@
336336
<span id="rpc-index"></span><h1>Distributed RPC Framework<a class="headerlink" href="#distributed-rpc-framework" title="Permalink to this headline"></a></h1>
337337
<p>The distributed RPC framework provides mechanisms for multi-machine model training through a set of primitives to allow for remote communication, and a higher-level API to automatically differentiate models split across several machines.</p>
338338
<ul class="simple">
339-
<li><p><a class="reference internal" href="rpc.html#distributed-rpc-framework"><span class="std std-ref">Distributed RPC Framework</span></a></p></li>
339+
<li><p><a class="reference internal" href="../rpc.html#distributed-rpc-framework"><span class="std std-ref">Distributed RPC Framework</span></a></p></li>
340340
</ul>
341341
<div class="section" id="design-notes">
342342
<h2>Design Notes<a class="headerlink" href="#design-notes" title="Permalink to this headline"></a></h2>
343343
<p>The distributed autograd design note covers the design of the RPC-based distributed autograd framework that is useful for applications such as model parallel training.</p>
344344
<ul class="simple">
345345
<li><p><a class="reference internal" href="distributed_autograd.html#distributed-autograd-design"><span class="std std-ref">Distributed Autograd Design</span></a></p></li>
346346
</ul>
347-
<p>The RRef design note covers the design of the <a class="reference internal" href="rpc.html#rref"><span class="std std-ref">RRef</span></a> (Remote REFerence) protocol used to refer to values on remote workers by the framework.</p>
347+
<p>The RRef design note covers the design of the <a class="reference internal" href="../rpc.html#rref"><span class="std std-ref">RRef</span></a> (Remote REFerence) protocol used to refer to values on remote workers by the framework.</p>
348348
<ul class="simple">
349349
<li><p><a class="reference internal" href="rref.html#remote-reference-protocol"><span class="std std-ref">Remote Reference Protocol</span></a></p></li>
350350
</ul>
351351
</div>
352352
<div class="section" id="tutorials">
353353
<h2>Tutorials<a class="headerlink" href="#tutorials" title="Permalink to this headline"></a></h2>
354-
<p>The RPC tutorial introduces users to the RPC framework and provides two example applications using <a class="reference internal" href="rpc.html#distributed-rpc-framework"><span class="std std-ref">torch.distributed.rpc</span></a> APIs.</p>
354+
<p>The RPC tutorial introduces users to the RPC framework and provides two example applications using <a class="reference internal" href="../rpc.html#distributed-rpc-framework"><span class="std std-ref">torch.distributed.rpc</span></a> APIs.</p>
355355
<ul class="simple">
356356
<li><p><a class="reference external" href="https://pytorch.org/tutorials/intermediate/rpc_tutorial.html">Getting started with Distributed RPC Framework</a></p></li>
357357
</ul>
@@ -659,4 +659,4 @@ <h2>Resources</h2>
659659
})
660660
</script>
661661
</body>
662-
</html>
662+
</html>

0 commit comments

Comments
 (0)