From 3286c863c16e035431e5b49bacd56fa339079899 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Wed, 9 Jun 2021 16:28:48 -0400 Subject: [PATCH 1/3] Update prototype_index.rst --- prototype_source/prototype_index.rst | 8 -------- 1 file changed, 8 deletions(-) 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 From faa07ad680f1ccf5e623f80f5b209a2c8d879978 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Wed, 9 Jun 2021 16:30:48 -0400 Subject: [PATCH 2/3] Update recipes_index.rst --- recipes_source/recipes_index.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index 066d33fd3ca..cfb39c28af8 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 lite 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. From a2242f292567fef25e40bb7c9598f3e4f95abe67 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Wed, 9 Jun 2021 17:03:00 -0400 Subject: [PATCH 3/3] Update recipes_index.rst --- recipes_source/recipes_index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes_source/recipes_index.rst b/recipes_source/recipes_index.rst index cfb39c28af8..ec69fff9bf1 100644 --- a/recipes_source/recipes_index.rst +++ b/recipes_source/recipes_index.rst @@ -209,7 +209,7 @@ Recipes are bite-sized, actionable examples of how to use specific PyTorch featu .. customcarditem:: :header: Mobile Interpreter Workflow in Android and iOS - :card_description: Learn how to use the lite interpreter on iOS and Andriod devices. + :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 @@ -301,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