Sign inSign up

openkylin/executorch

By openkylin

Updated 3 months ago

Image
0

324

openkylin/executorch repository overview

Quick reference

ExecuTorch | openKylin

ExecuTorch is PyTorch's unified solution for deploying AI models on-device—from smartphones to microcontrollers—built for privacy, performance, and portability. It powers Meta's on-device AI across Instagram, WhatsApp, Quest 3, Ray-Ban Meta Smart Glasses, and more.

Deploy LLMs, vision, speech, and multimodal models with the same PyTorch APIs you already know—accelerating research to production with seamless model export, optimization, and deployment. No manual C++ rewrites. No format conversions. No vendor lock-in.

  • 🔒 Native PyTorch Export — Direct export from PyTorch. No .onnx, .tflite, or intermediate format conversions. Preserve model semantics.
  • ⚡ Production-Proven — Powers billions of users at Meta with real-time on-device inference.
  • 💾 Tiny Runtime — 50KB base footprint. Runs on microcontrollers to high-end smartphones.
  • 🚀 12+ Hardware Backends — Open-source acceleration for Apple, Qualcomm, ARM, MediaTek, Vulkan, and more.
  • 🎯 One Export, Multiple Backends — Switch hardware targets with a single line change. Deploy the same model everywhere.

The tag of each ExecuTorch docker image is consist of the complete software stack version. The details are as follows

TagCurrentlyArchitectures
1.3.1-ok20ExecuTorch 1.3.1 on openKylin 2.0amd64,arm64,riscv64

Usage

  1. Ensure that you have Docker installed, or are using Docker for Linux containers if on Windows.

  2. Obtain the ExecuTorch ecosystem docker image. There are two ways to do this:

  • Pull the pre-built Docker image

    # From DockerHub
    docker pull openkylin/executorch
    # From Quay
    docker pull quay.io/openkylin/executorch
    
  • Clone the source repository⁠. Navigate to the AI/executorch folder and build the image locally with the following command.

    docker build . -t openkylin/executorch

  1. Run the Docker container to launch the ExecuTorch developer image.
  • docker run -it openkylin/executorch

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openkylin-docker-images.

Tag summary

Content type

Image

Digest

sha256:465df13b3

Size

4.1 GB

Last updated

3 months ago

docker pull openkylin/executorch