Skip to content

Commit 3d73e9f

Browse files
authored
Brianjo mobile int (#1571)
* Update prototype_index.rst * Update recipes_index.rst * Update recipes_index.rst
1 parent 2478d7f commit 3d73e9f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

prototype_source/prototype_index.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,6 @@ Prototype features are not available as part of binary distributions like PyPI o
9191
:link: ../prototype/vulkan_workflow.html
9292
:tags: Mobile
9393

94-
.. customcarditem::
95-
:header: Lite Interpreter Workflow in Android and iOS
96-
:card_description: Learn how to use the lite interpreter on iOS and Andriod devices.
97-
:image: ../_static/img/thumbnails/cropped/mobile.png
98-
:link: ../prototype/lite_interpreter.html
99-
:tags: Mobile
100-
10194
.. TorchScript
10295
10396
.. customcarditem::
@@ -144,4 +137,3 @@ Prototype features are not available as part of binary distributions like PyPI o
144137
prototype/torchscript_freezing.html
145138
prototype/vmap_recipe.html
146139
prototype/vulkan_workflow.html
147-
prototype/lite_interpreter.html

recipes_source/recipes_index.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu
207207
:link: ../recipes/model_preparation_android.html
208208
:tags: Mobile
209209

210+
.. customcarditem::
211+
:header: Mobile Interpreter Workflow in Android and iOS
212+
:card_description: Learn how to use the mobile interpreter on iOS and Andriod devices.
213+
:image: ../_static/img/thumbnails/cropped/mobile.png
214+
:link: ../recipes/mobile_interpreter.html
215+
:tags: Mobile
216+
210217
.. customcarditem::
211218
:header: Profiling PyTorch RPC-Based Workloads
212219
:card_description: How to use the PyTorch profiler to profile RPC-based workloads.
@@ -294,3 +301,4 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu
294301
/recipes/zero_redundancy_optimizer
295302
/recipes/cuda_rpc
296303
/recipes/distributed_optim_torchscript
304+
/recipes/mobile_interpreter

0 commit comments

Comments
 (0)