You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're excited to announce the release of ExecuTorch 0.X! This release builds upon the foundation established in the [0.P release](https://github.com/pytorch/executorch/releases/tag/v0.5.0) (January 30, 2025) with significant improvements across various components of the framework. ExecuTorch continues to be a powerful solution for on-device AI, powering experiences across a wide range of platforms.
Note: The PR links in this document point to specific pull requests that contributed to each feature or improvement. You can click on them to see the detailed changes and discussions.
Highlights
[Improved Usability and Stability](#developer-experience): Significantly improved usability and stability fixes solving a lot of issues users were having when trying to install and use ExecuTorch
[Improved LLM Support](#llm-support): Significantly improved performance and capabilities for Large Language Models on edge devices, with optimizations for Llama model families
[New Hardware Accelerator Backends](#backend-delegates): Expanded hardware acceleration support with improved delegation interfaces and better hardware utilization
[Windows Support](#platform-support): Added Windows platform support for development and deployment workflows
[Developer Toolchain Improvements](#developer-experience): Improved integration between PyTorch model authoring, conversion, debugging and deployment workflows
[Performance Optimizations](#core-runtime-improvements): Substantial memory footprint reductions and faster inference across all supported devices
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sample format for creating release notes
ExecuTorch 0.X Release Notes
We're excited to announce the release of ExecuTorch 0.X! This release builds upon the foundation established in the [0.P release](https://github.com/pytorch/executorch/releases/tag/v0.5.0) (January 30, 2025) with significant improvements across various components of the framework. ExecuTorch continues to be a powerful solution for on-device AI, powering experiences across a wide range of platforms.
Highlights
Core Runtime
EXIR
Backend Delegate
ARM
NXP
Apple
Vulkan
Cadence
XNNPACK
MediaTek
OpenVino
Qualcomm
Ops & Kernels
Model Support
Developer Experience
Platform Support
API Changes
Bug Fixes
Getting Started
With ExecuTorch 0.6, you can now get started using pip:
See the [documentation](https://pytorch.org/executorch/0.6/getting-started.html/) for detailed installation instructions and tutorials.
Community
We welcome feedback, suggestions, and contributions from the community! Join us on [Discord](https://discord.gg/Dh43CKSAdc) or check out our [Discussion Board](https://github.com/pytorch/executorch/discussions).
For more information on contributing, please review our [guidelines](https://github.com/pytorch/executorch/blob/main/CONTRIBUTING.md).
Contributors
We'd like to thank all the contributors who helped make this release possible:
Beta Was this translation helpful? Give feedback.
All reactions