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
8 changes: 0 additions & 8 deletions prototype_source/prototype_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,6 @@ Prototype features are not available as part of binary distributions like PyPI o
:link: ../prototype/vulkan_workflow.html
:tags: Mobile

.. customcarditem::
:header: Lite Interpreter Workflow in Android and iOS
:card_description: Learn how to use the lite interpreter on iOS and Andriod devices.
:image: ../_static/img/thumbnails/cropped/mobile.png
:link: ../prototype/lite_interpreter.html
:tags: Mobile

.. TorchScript

.. customcarditem::
Expand Down Expand Up @@ -144,4 +137,3 @@ Prototype features are not available as part of binary distributions like PyPI o
prototype/torchscript_freezing.html
prototype/vmap_recipe.html
prototype/vulkan_workflow.html
prototype/lite_interpreter.html
8 changes: 8 additions & 0 deletions recipes_source/recipes_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu
:link: ../recipes/model_preparation_android.html
:tags: Mobile

.. customcarditem::
:header: Mobile Interpreter Workflow in Android and iOS
:card_description: Learn how to use the mobile interpreter on iOS and Andriod devices.
:image: ../_static/img/thumbnails/cropped/mobile.png
:link: ../recipes/mobile_interpreter.html
:tags: Mobile

.. customcarditem::
:header: Profiling PyTorch RPC-Based Workloads
:card_description: How to use the PyTorch profiler to profile RPC-based workloads.
Expand Down Expand Up @@ -294,3 +301,4 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu
/recipes/zero_redundancy_optimizer
/recipes/cuda_rpc
/recipes/distributed_optim_torchscript
/recipes/mobile_interpreter