Skip to content

Commit f0be561

Browse files
committed
Add async execution tutorials
1 parent dec681d commit f0be561

File tree

4 files changed

+530
-0
lines changed

4 files changed

+530
-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
@@ -346,6 +346,13 @@ Welcome to PyTorch Tutorials
346346
:link: intermediate/dist_pipeline_parallel_tutorial.html
347347
:tags: Parallel-and-Distributed-Training
348348

349+
.. customcarditem::
350+
:header: Implementing Batch RPC Processing Using Asynchronous Executions
351+
:card_description: Learn how to use rpc.functions.async_execution to implement batch RPC
352+
:image: _static/img/thumbnails/cropped/Implementing-Batch-RPC-Processing-Using-Asynchronous-Executions.png
353+
:link: intermediate/rpc_async_execution.html
354+
:tags: Parallel-and-Distributed-Training
355+
349356
.. End of tutorial card section
350357
351358
.. raw:: html
@@ -513,3 +520,4 @@ Additional Resources
513520
beginner/aws_distributed_training_tutorial
514521
intermediate/rpc_param_server_tutorial
515522
intermediate/dist_pipeline_parallel_tutorial
523+
intermediate/rpc_async_execution

0 commit comments

Comments
 (0)