diff --git a/prototype_source/prototype_index.rst b/prototype_source/prototype_index.rst index 46b8c4cfb35..52f0dea036d 100644 --- a/prototype_source/prototype_index.rst +++ b/prototype_source/prototype_index.rst @@ -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:: @@ -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 diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index 066d33fd3ca..ec69fff9bf1 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -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. @@ -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