-
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
base: site
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pytorch-dot-org-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Thanks so much, Alanna - just a few minor editorial nits.
Co-authored-by: Svetlana Karslioglu <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>
Co-authored-by: Svetlana Karslioglu <[email protected]>
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.
Could links are pointing at main instead of stable. My bad since I sent you them like this.
We don't want to merge this until after the 0.6 release as some of these pages don't exist yet
_get_started/mobile.md
Outdated
* [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 comment
The reason will be displayed to describe this comment to others. Learn more.
link should be https://pytorch.org/executorch/stable/backends-cadence.html
_get_started/mobile.md
Outdated
</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. |
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.
@byjlw This is good to go - do you want us to hold off on merging it? |
Swapping out content on ET page per @byjlw.