Skip to content

Commit 7b36917

Browse files
committed
Updated PyTorch ExecuTorch page
Signed-off-by: Chris Abraham <cjyabraham@gmail.com>
1 parent 3971207 commit 7b36917

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

executorch.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ <h1 class="small">ExecuTorch</h1>
2222
<div class="container mb-5">
2323
<div class="row">
2424
<div class="col-md-10">
25-
<p class="mt-4"><strong>IMPORTANT NOTE: This is a preview version of Executorch and should be used for testing and evaluation purposes only. It is not recommended for use in production settings. We welcome any feedback, suggestions, and bug reports from the community to help us improve the technology.</strong></p>
26-
2725
<h2 class="mt-5 mb-2" id="what-is-executorch">What is ExecuTorch?</h2>
28-
<p>ExecuTorch is an end-to-end solution for enabling on-device inference capabilities across mobile and edge devices including wearables, embedded devices and microcontrollers. It is part of the PyTorch Edge ecosystem and enables efficient deployment of PyTorch models to edge devices. Key value propositions of ExecuTorch are:</p>
26+
<p>ExecuTorch is an end-to-end solution for enabling on-device inference capabilities across mobile and edge devices including wearables, embedded devices and microcontrollers. It is part of the PyTorch Edge ecosystem and enables efficient deployment of various PyTorch models (vision, speech, Generative AI, and more) to edge devices. Key value propositions of ExecuTorch are:</p>
2927

3028
<div class="container">
3129
<div class="row mt-3">
@@ -56,10 +54,10 @@ <h2 class="mt-5 mb-2" id="what-is-executorch">What is ExecuTorch?</h2>
5654

5755
<h2 class="mt-5 mb-2" id="explore-executorch">Explore ExecuTorch</h2>
5856

59-
<p>We are excited to see how the community leverages our all new on-device AI stack. You can learn more about <a href="https://pytorch.org/executorch/stable/getting-started-architecture">key components</a> of ExecuTorch and its architecture, <a href="https://pytorch.org/executorch/stable/intro-how-it-works">how it works</a>, and explore <a href="/executorch">documentation page</a> and <a href="https://pytorch.org/executorch/stable/#tutorials-and-examples:~:text=Getting%20Started-,Tutorials%20and%20Examples,-Docs">detailed tutorials</a>.</p>
57+
<p>ExecuTorch is currently powering various experiences across AR, VR and Family of Apps (FOA) products and services at Meta. We are excited to see how the community leverages our all new on-device AI stack. You can learn more about <a href="https://pytorch.org/executorch/stable/getting-started-architecture">key components</a> of ExecuTorch and its architecture, <a href="https://pytorch.org/executorch/stable/intro-how-it-works">how it works</a>, and explore <a href="https://pytorch.org/executorch">documentation pages</a> and <a href="https://pytorch.org/executorch/stable/#tutorials-and-examples:~:text=Getting%20Started-,Tutorials%20and%20Examples,-Docs">detailed tutorials</a>.</p>
6058

6159
<p>
62-
<a href="/executorch" class="btn btn-lg with-right-arrow">
60+
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow">
6361
ExecuTorch Documentation
6462
</a>
6563
</p>
@@ -68,9 +66,9 @@ <h2 class="mt-5 mb-2" id="why-executorch">Why ExecuTorch?</h2>
6866

6967
<p>Supporting on-device AI presents unique challenges with diverse hardware, critical power requirements, low/no internet connectivity, and realtime processing needs. These constraints have historically prevented or slowed down the creation of scalable and performant on-device AI solutions. We designed ExecuTorch, backed by our industry leaders like Meta, Arm, Apple, and Qualcomm, to be highly portable and provide superior developer productivity without losing on performance.</p>
7068

71-
<h2 class="mt-5 mb-2" id="how-is-executorch-different-from-pytorch-mobile-lite-interpreter">How is ExecuTorch Different from <a href="/mobile/home/">PyTorch Mobile (Lite Interpreter)</a>?</h2>
69+
<h2 class="mt-5 mb-2" id="executorch-alpha-release">ExecuTorch Alpha Release</h2>
7270

73-
<p>PyTorch Mobile uses TorchScript to allow PyTorch models to run on devices with limited resources. ExecuTorch has a significantly smaller memory size and a dynamic memory footprint resulting in superior performance compared to PyTorch Mobile. Also ExecuTorch does not rely on TorchScript, and instead leverages PyTorch 2.0 compiler and export functionality for on-device execution of PyTorch models.</p>
71+
<p>ExecuTorch was initially introduced to the community at the 2023 <a href="https://pytorch.org/blog/pytorch-conference-2023/">PyTorch Conference</a>. With our most recent alpha release, we further expanded ExecuTorch’s capabilities across multiple dimensions. First, we enabled support for the deployment of large language models (LLMs) on various edge devices. Second, with ExecuTorch alpha, we have further stabilized the API surface. Lastly, we have significantly improved the developer experience by simplifying the installation flow as well as improving observability and developer productivity via the <a href="https://github.com/pytorch/executorch/blob/main/examples/sdk/README.md">ExecuTorch SDK</a>. ExecuTorch alpha release also provides early support for the recently announced Llama 3 8B along with demonstrations on how to run this model on an iPhone 15 Pro and a Samsung Galaxy S24 mobile phone.</p>
7472

7573
</div>
7674
</div>

0 commit comments

Comments
 (0)