executorch 1.2.0


pip install executorch

  Latest version

Released: Apr 01, 2026


Meta
Author: PyTorch Team
Requires Python: <3.14,>=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers
  • Education
  • Science/Research

Topic
  • Scientific/Engineering
  • Scientific/Engineering :: Mathematics
  • Scientific/Engineering :: Artificial Intelligence
  • Software Development
  • Software Development :: Libraries
  • Software Development :: Libraries :: Python Modules

Programming Language
  • C++
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

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.

The executorch pip package is in beta.

  • Supported python versions: 3.10, 3.11, 3.12, 3.13
  • Compatible systems: Linux x86_64, macOS aarch64

The prebuilt executorch.runtime module included in this package provides a way to run ExecuTorch .pte files, with some restrictions:

Please visit the ExecuTorch website for tutorials and documentation. Here are some starting points:

  • Getting Started
    • Set up the ExecuTorch environment and run PyTorch models locally.
  • Working with local LLMs
    • Learn how to use ExecuTorch to export and accelerate a large-language model from scratch.
  • Exporting to ExecuTorch
    • Learn the fundamentals of exporting a PyTorch nn.Module to ExecuTorch, and optimizing its performance using quantization and hardware delegation.
  • Running etLLM on iOS and Android devices.
    • Build and run LLaMA in a demo mobile app, and learn how to integrate models with your own apps.
Extras: None
Dependencies:
expecttest
flatbuffers
hypothesis
kgb
mpmath (==1.3.0)
numpy (>=2.0.0)
packaging
pandas (>=2.2.2)
parameterized
pytest (<9.0)
pytest-xdist
pytest-rerunfailures (==15.1)
pytest-json-report
pytorch-tokenizers (>=1.2.0)
pyyaml
ruamel.yaml
sympy
tabulate
typing-extensions (>=4.10.0)
coremltools or (==9.0)
scikit-learn (==1.7.1)
hydra-core (>=1.3.0)
omegaconf (>=2.3.0)
torch (>=2.11.0)
torchao (>=0.17.0)