-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating ExecuTorch getting started page. #1935
Open
AlannaBurke
wants to merge
12
commits into
site
Choose a base branch
from
et-startpage-updates
base: site
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
c1685b8
Updating ExecuTorch getting started page.
AlannaBurke ec5be8b
Update _get_started/mobile.md
AlannaBurke 104588a
Update _get_started/mobile.md
AlannaBurke bd43244
Update _get_started/mobile.md
AlannaBurke 99379b2
Update _get_started/mobile.md
AlannaBurke 15a8784
Update _get_started/mobile.md
AlannaBurke afef2bf
Merge branch 'site' into et-startpage-updates
AlannaBurke 2726cff
Merge branch 'site' into et-startpage-updates
svekars 4cba456
Update _get_started/mobile.md
svekars 7715b37
Fixing link.
AlannaBurke 699579e
Fixing link.
AlannaBurke 5eac912
Merge branch 'site' into et-startpage-updates
AlannaBurke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: get_started | ||
title: ExecuTorch | ||
title: PyTorch for Edge | ||
permalink: /get-started/executorch/ | ||
background-class: get-started-background | ||
body-class: get-started | ||
|
@@ -10,11 +10,29 @@ published: true | |
|
||
## Get Started with PyTorch ExecuTorch | ||
|
||
<p> | ||
<a href="https://pytorch.org/executorch/stable/index.html" class="btn btn-lg with-right-arrow"> | ||
ExecuTorch Documentation | ||
</a> | ||
</p> | ||
PyTorch’s edge specific library is [ExecuTorch](https://github.com/pytorch/executorch/) and is designed to be lightweight, very performant even on devices with constrained hardware such as mobile phones, embedded systems and microcontrollers. | ||
|
||
ExecuTorch relies heavily on PyTorch core technologies such as [torch.compile](https://pytorch.org/docs/stable/torch.compiler.html) and [torch.export](https://pytorch.org/docs/main/export.html), and should be very familiar to anyone who has used PyTorch in the past. | ||
|
||
### Getting Started | ||
You can get started by following the [general getting started guide](https://pytorch.org/executorch/stable/getting-started.html#) or jump to the specific steps for your target device. | ||
|
||
* [Using ExecuTorch on Android](https://pytorch.org/executorch/stable/using-executorch-android.html) | ||
* [Using ExecuTorch on iOS](https://pytorch.org/executorch/stable/using-executorch-ios.html) | ||
* [Using ExecuTorch with C++](https://pytorch.org/executorch/stable/using-executorch-cpp.html) | ||
|
||
### Hardware Acceleration | ||
ExecuTorch provides out of the box hardware acceleration for a growing number of chip manufacturers. See the following resources to learn more about how to leverage them: | ||
|
||
* [Backend Overview](https://pytorch.org/executorch/stable/backends-overview.html) | ||
* [XNNPACK](https://pytorch.org/executorch/stable/backends-xnnpack.html) | ||
* [Core ML](https://pytorch.org/executorch/stable/backends-coreml.html) | ||
* [MPS](https://pytorch.org/executorch/stable/backends-mps.html) | ||
* [Vulkan](https://pytorch.org/executorch/stable/backends-vulkan.html) | ||
* [ARM Ethos-U](https://pytorch.org/executorch/stable/backends-arm-ethos-u.html) | ||
* [Qualcomm AI Engine](https://pytorch.org/executorch/stable/backends-qualcomm.html) | ||
* [MediaTek](https://pytorch.org/executorch/stable/backends-mediatek.html) | ||
* [Cadence Xtensa](https://pytorch.org/executorch/main/backends-cadence.html) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. link should be https://pytorch.org/executorch/stable/backends-cadence.html |
||
|
||
|
||
<script page-id="mobile" src="{{ site.baseurl }}/assets/menu-tab-selection.js"></script> | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://pytorch.org/docs/stable/export.html