Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added _static/img/rpc-images/batch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,13 @@ Welcome to PyTorch Tutorials
:link: intermediate/dist_pipeline_parallel_tutorial.html
:tags: Parallel-and-Distributed-Training

.. customcarditem::
:header: Implementing Batch RPC Processing Using Asynchronous Executions
:card_description: Learn how to use rpc.functions.async_execution to implement batch RPC
:image: _static/img/thumbnails/cropped/Implementing-Batch-RPC-Processing-Using-Asynchronous-Executions.png
:link: intermediate/rpc_async_execution.html
:tags: Parallel-and-Distributed-Training

.. End of tutorial card section

.. raw:: html
Expand Down Expand Up @@ -513,3 +520,4 @@ Additional Resources
beginner/aws_distributed_training_tutorial
intermediate/rpc_param_server_tutorial
intermediate/dist_pipeline_parallel_tutorial
intermediate/rpc_async_execution
Loading