Skip to content

Commit 0cdb3ac

Browse files
committed
Add async execution tutorials
1 parent c45042c commit 0cdb3ac

File tree

4 files changed

+522
-0
lines changed

4 files changed

+522
-0
lines changed

_static/img/rpc-images/batch.png

19.7 KB
Loading

index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,13 @@ Welcome to PyTorch Tutorials
332332
:link: intermediate/rpc_param_server_tutorial.html
333333
:tags: Parallel-and-Distributed-Training
334334

335+
.. customcarditem::
336+
:header: Implementing Batch RPC Processing Using Asynchronous Executions
337+
:card_description: Learn how to use rpc.functions.async_execution to implement batch RPC
338+
:image: _static/img/thumbnails/cropped/Implementing-Batch-RPC-Processing-Using-Asynchronous-Executions.png
339+
:link: intermediate/rpc_async_execution.html
340+
:tags: Parallel-and-Distributed-Training
341+
335342
.. End of tutorial card section
336343
337344
.. raw:: html
@@ -497,3 +504,4 @@ Additional Resources
497504
intermediate/rpc_tutorial
498505
beginner/aws_distributed_training_tutorial
499506
intermediate/rpc_param_server_tutorial
507+
intermediate/rpc_async_execution

0 commit comments

Comments
 (0)