-
Notifications
You must be signed in to change notification settings - Fork 54
/
edge.html
55 lines (52 loc) ยท 2.64 KB
/
edge.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
layout: default
title: PyTorch Edge
body-class: announcement
background-class: announcement-background
permalink: /edge
---
<div class="container">
<div class="row hero-content">
<div class="col-md-8">
<h1 class="small">PyTorch Edge</h1>
<p class="lead pt-3">Build innovative and privacy-aware AI experiences for edge devices</p>
</div>
<div class="col-md-2 d-none d-lg-block">
</div>
</div>
</div>
<div class="container-fluid light-background-section">
<div class="container">
<div class="row">
<div class="col-md-10">
<h2 class="mt-5 mb-2">PyTorch Edge</h2>
<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>
<h2 class="mt-5 mb-2">Introducing ExecuTorch</h2>
<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>
<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>
</div>
</div>
</div>
<div class="container-fluid light-background-section mb-5">
<div class="container">
<div class="row content pb-0">
<div class="col-md-10 text-center">
<h2>Learn more about PyTorch Edge</h2>
</div>
</div>
<div class="row content">
<div class="col-md-4 text-center">
<p class="lead">Whatโs New in ExecuTorch</p>
<a href="https://github.com/pytorch/executorch" class="btn btn-lg mb-4 with-right-arrow">
ExecuTorch
</a>
</div>
<div class="col-md-4 text-center">
<p class="lead">Try ExecuTorch</p>
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow">
ExecuTorch Documentation
</a>
</div>
</div>
</div>
</div>