Skip to content

Commit 0fdb945

Browse files
committed
revert changes to edge page
1 parent 8d720c3 commit 0fdb945

File tree

4 files changed

+94
-43
lines changed

4 files changed

+94
-43
lines changed

_includes/main_menu.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,20 @@
6161
</li>
6262

6363
<li class="main-menu-item">
64-
<div class="resources-dropdown">
65-
<a href="{{ site.baseurl}}/executorch-overview">
66-
Edge
64+
<div id="dropdownMenuButton" data-toggle="resources-dropdown" class="resources-dropdown">
65+
<a class="with-down-arrow">
66+
Edge
6767
</a>
68+
<div class="resources-dropdown-menu">
69+
<a class="nav-dropdown-item" href="{{ site.baseurl}}/edge">
70+
<span class="dropdown-title">About PyTorch Edge</span>
71+
<p>Build innovative and privacy-aware AI experiences for edge devices</p>
72+
</a>
73+
<a class="nav-dropdown-item" href="{{ site.baseurl}}/executorch-overview">
74+
<span class="dropdown-title">ExecuTorch</span>
75+
<p>End-to-end solution for enabling on-device inference capabilities across mobile and edge devices</p>
76+
</a>
77+
</div>
6878
</div>
6979
</li>
7080

_includes/mobile_menu.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,15 @@
6464
</li>
6565
</ul>
6666
<li class="resources-mobile-menu-title">
67-
<a href="{{ site.baseurl}}/executorch-overview">ExecuTorch</a>
67+
<a>Edge</a>
6868
</li>
69+
<ul class="resources-mobile-menu-items">
70+
<li>
71+
<a href="{{ site.baseurl }}/edge">About PyTorch Edge</a>
72+
</li>
73+
<li>
74+
<a href="{{ site.baseurl}}/executorch-overview">ExecuTorch</a>
75+
</li>
6976
</ul>
7077
<li class="resources-mobile-menu-title">
7178
<a>Docs</a>

edge.html

Lines changed: 51 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,54 @@
44
body-class: announcement
55
background-class: announcement-background
66
permalink: /edge
7-
redirect_to: /executorch-overview
8-
---
7+
---
8+
9+
<div class="container">
10+
<div class="row hero-content">
11+
<div class="col-md-8">
12+
<h1 class="small">PyTorch Edge</h1>
13+
<p class="lead pt-3">Build innovative and privacy-aware AI experiences for edge devices</p>
14+
</div>
15+
<div class="col-md-2 d-none d-lg-block">
16+
</div>
17+
</div>
18+
</div>
19+
20+
<div class="container-fluid light-background-section">
21+
<div class="container">
22+
<div class="row">
23+
<div class="col-md-10">
24+
<h2 class="mt-5 mb-2">PyTorch Edge</h2>
25+
<p>The AI landscape is quickly evolving, with AI models being deployed beyond server to edge devices such as mobile phones, wearables, AR/VR/MR and embedded devices. PyTorch Edge extends PyTorch's research-to-production stack to these edge devices and paves the way for building innovative, privacy-aware experiences with superior productivity, portability, and performance, optimized for these diverse hardware platforms.</p>
26+
<h2 class="mt-5 mb-2">Introducing ExecuTorch</h2>
27+
<p>To advance our PyTorch Edge offering, we developed <a href="https://pytorch.org/executorch-overview">ExecuTorch</a>, our new runtime for edge devices. ExecuTorch facilitates PyTorch inference on edge devices while supporting portability across hardware platforms with lower runtime and framework tax. ExecuTorch was developed collaboratively between industry leaders including Meta, Arm, Apple, and Qualcomm. </p>
28+
<p>With ExecuTorch, we’ve renewed our commitment to on-device AI. This extends our ecosystem in a much more “in the spirit of PyTorch” way, with productivity, hackability, and extensibility as critical components. We look forward to supporting edge and embedded applications with low latency, strong privacy, and innovation on the edge. </p>
29+
</div>
30+
</div>
31+
</div>
32+
33+
<div class="container-fluid light-background-section mb-5">
34+
<div class="container">
35+
<div class="row content pb-0">
36+
<div class="col-md-10 text-center">
37+
<h2>Learn more about PyTorch Edge</h2>
38+
</div>
39+
</div>
40+
<div class="row content">
41+
<div class="col-md-4 text-center">
42+
<p class="lead">What’s New in ExecuTorch</p>
43+
<a href="https://github.com/pytorch/executorch" class="btn btn-lg mb-4 with-right-arrow">
44+
ExecuTorch
45+
</a>
46+
</div>
47+
<div class="col-md-4 text-center">
48+
<p class="lead">Try ExecuTorch</p>
49+
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow">
50+
ExecuTorch Documentation
51+
</a>
52+
</div>
53+
</div>
54+
</div>
55+
</div>
56+
57+

executorch.html

Lines changed: 22 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
---
22
layout: default
3-
title: PyTorch Edge & ExecuTorch
3+
title: PyTorch ExecuTorch
44
body-class: announcement
55
background-class: announcement-background
66
permalink: /executorch-overview
7+
excerpt: Learn about executorch, a mobile machine learning framework within PyTorch for deploying deep learning models on mobile and embedded devices.
78
---
89

910
<div class="container">
1011
<div class="row hero-content">
1112
<div class="col-md-8">
12-
<h1 class="small">PyTorch Edge with ExecuTorch</h1>
13-
<p class="lead pt-3">Build innovative and privacy-aware AI experiences for edge devices with Executorch</p>
13+
<h1 class="small">ExecuTorch</h1>
14+
<p class="lead pt-3">End-to-end solution for enabling on-device inference capabilities across mobile and edge devices</p>
1415
</div>
1516
<div class="col-md-2 d-none d-lg-block">
1617
</div>
@@ -21,11 +22,8 @@ <h1 class="small">PyTorch Edge with ExecuTorch</h1>
2122
<div class="container mb-5">
2223
<div class="row">
2324
<div class="col-md-10">
24-
<h2 class="mt-5 mb-2">PyTorch Edge</h2>
25-
<p>The AI landscape is quickly evolving, with AI models being deployed beyond servers to edge devices such as mobile phones, wearables, AR/VR/MR and embedded devices. PyTorch Edge extends PyTorch's research-to-production stack to these edge devices and paves the way for building innovative, privacy-aware experiences with superior productivity, portability, and performance, optimized for diverse hardware platforms.</p>
26-
27-
<h2 class="mt-5 mb-2">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 various PyTorch models (vision, speech, Generative AI, and more) to edge devices.</p>
25+
<h2 class="mt-5 mb-2" id="what-is-executorch">What is ExecuTorch?</h2>
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">
@@ -54,36 +52,23 @@ <h2 class="mt-5 mb-2">What is ExecuTorch?</h2>
5452
</div>
5553
</div>
5654

57-
<h2 class="mt-5 mb-2">Why ExecuTorch?</h2>
58-
<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. ExecuTorch was developed collaboratively between industry leaders including Meta, Arm, Apple, and Qualcomm to be highly portable and provide superior developer productivity without compromising performance.</p>
55+
<h2 class="mt-5 mb-2" id="explore-executorch">Explore ExecuTorch</h2>
56+
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>
58+
59+
<p>
60+
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow">
61+
ExecuTorch Documentation
62+
</a>
63+
<a href="https://github.com/pytorch/executorch" class="btn btn-lg with-right-arrow">
64+
ExecuTorch on GitHub
65+
</a>
66+
</p>
67+
68+
<h2 class="mt-5 mb-2" id="why-executorch">Why ExecuTorch?</h2>
69+
70+
<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>
5971

60-
<h2 class="mt-5 mb-2">Explore ExecuTorch</h2>
61-
<p>ExecuTorch is currently powering various experiences across AR, VR and Family of Apps (FOA) products and services at Meta. 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>
6272
</div>
63-
</div>
6473
</div>
6574
</div>
66-
67-
<div class="container-fluid light-background-section mb-5">
68-
<div class="container">
69-
<div class="row content pb-0">
70-
<div class="col-md-10 text-center">
71-
<h2>Learn More</h2>
72-
</div>
73-
</div>
74-
<div class="row content">
75-
<div class="col-md-4 text-center">
76-
<p class="lead">ExecuTorch on GitHub</p>
77-
<a href="https://github.com/pytorch/executorch" class="btn btn-lg mb-4 with-right-arrow">
78-
View Repository
79-
</a>
80-
</div>
81-
<div class="col-md-4 text-center">
82-
<p class="lead">Documentation</p>
83-
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow">
84-
Get Started
85-
</a>
86-
</div>
87-
</div>
88-
</div>
89-
</div>

0 commit comments

Comments
 (0)