• Docs >
  • Welcome to the ExecuTorch Documentation
Shortcuts

Welcome to the ExecuTorch Documentation

Important

This is a preview version of ExecuTorch and should be used for testing and evaluation purposes only. It is not recommended for use in production settings. We welcome any feedback, suggestions, and bug reports from the community to help us improve the technology. Please use the PyTorch Forums for discussion and feedback about ExecuTorch using the ExecuTorch category, and our GitHub repository for bug reporting.

ExecuTorch is a PyTorch platform that provides infrastructure to run PyTorch programs everywhere from AR/VR wearables to standard on-device iOS and Android mobile deployments. One of the main goals for ExecuTorch is to enable wider customization and deployment capabilities of the PyTorch programs.

ExecuTorch heavily relies on such PyTorch technologies as torch.compile and torch.export. If you are not familiar with these APIs, you might want to read about them in the PyTorch documentation before diving into the ExecuTorch documentation.

ExecuTorch logo

The ExecuTorch source is hosted on GitHub at https://github.com/pytorch/executorch.

Getting Started

Topics in this section will help you get started with ExecuTorch.

What is ExecuTorch?

A gentle introduction to ExecuTorch. In this section, you will learn about main features of ExecuTorch and how you can use them in your projects.

Getting started with ExecuTorch

A step-by-step tutorial on how to get started with ExecuTorch.

ExecuTorch Intermediate Representation API

Learn about EXIR, a graph-based intermediate representation (IR) of PyTorch programs.

Tutorials and Examples

Ready to experiment? Check out some of the ExecuTorch tutorials.


Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources