Skip to content

Commit a855e46

Browse files
author
Jessica Lin
authored
Update mobile recipe index
1 parent b53f272 commit a855e46

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

recipes_source/recipes_index.rst

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,13 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
102102
:link: ../recipes/recipes/profiler.html
103103
:tags: Basics
104104

105+
.. customcarditem::
106+
:header: Distributed RPC Profiling
107+
:card_description: Learn how to use PyTorch's profiler in conjunction with the Distributed RPC Framework.
108+
:image: ../_static/img/thumbnails/cropped/profiler.png
109+
:link: ../recipes/distributed_rpc_profiling.html
110+
:tags: Basics
111+
105112
.. Customization
106113
107114
.. customcarditem::
@@ -155,15 +162,15 @@ Recipes are bite-sized bite-sized, actionable examples of how to use specific Py
155162

156163
.. customcarditem::
157164
:header: PyTorch Mobile Performance Recipes
158-
:card_description: List of recipes for performance optimizations for using PyTorch on Mobile.
159-
:image: ../_static/img/thumbnails/cropped/zeroing-out-gradients.PNG
165+
:card_description: List of recipes for performance optimizations for using PyTorch on Mobile (Android and iOS).
166+
:image: ../_static/img/thumbnails/cropped/mobile.png
160167
:link: ../recipes/mobile_perf.html
161168
:tags: Mobile,Model-Optimization
162169

163170
.. customcarditem::
164171
:header: Making Android Native Application That Uses PyTorch Android Prebuilt Libraries
165-
:card_description: Learn how to make android application from the scratch that uses LibTorch C++ API and uses TorchScript model with custom C++ operator.
166-
:image: ../_static/img/thumbnails/cropped/zeroing-out-gradients.PNG
172+
:card_description: Learn how to make Android application from the scratch that uses LibTorch C++ API and uses TorchScript model with custom C++ operator.
173+
:image: ../_static/img/thumbnails/cropped/android.png
167174
:link: ../recipes/android_native_app_with_custom_op.html
168175
:tags: Mobile
169176

0 commit comments

Comments
 (0)