Skip to content

Commit 0a45dcc

Browse files
author
Jessica Lin
authored
Merge pull request #930 from rohan-varma/rpc_tut
Added RPC parameter server tutorial
2 parents 9d270b9 + 190d727 commit 0a45dcc

File tree

2 files changed

+384
-0
lines changed

2 files changed

+384
-0
lines changed

index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,11 @@ Parallel and Distributed Training
259259
:tooltip: PyTorch distributed trainer with Amazon AWS
260260
:description: :doc:`/beginner/aws_distributed_training_tutorial`
261261
:figure: _static/img/distributed/DistPyTorch.jpg
262+
263+
.. customgalleryitem::
264+
:tooltip: Implementing a Parameter Server Using Distributed RPC Framework
265+
:description: :doc:`/intermediate/rpc_param_server_tutorial`
266+
:figure: _static/img/distributed/DistPyTorch.jpg
262267

263268
.. raw:: html
264269

@@ -366,3 +371,4 @@ Parallel and Distributed Training
366371
intermediate/dist_tuto
367372
intermediate/rpc_tutorial
368373
beginner/aws_distributed_training_tutorial
374+
intermediate/rpc_param_server_tutorial

0 commit comments

Comments
 (0)