Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@

**ExecuTorch** is a novel framework created by Meta that enables running AI models on devices such as mobile phones or microcontrollers. React Native ExecuTorch bridges the gap between React Native and native platform capabilities, allowing developers to run AI models locally on mobile devices with state-of-the-art performance, without requiring deep knowledge of native code or machine learning internals.

**Table of contents:**

- [Compatibility](#compatibility)
- [Ready-made models 🤖](#readymade-models-)
- [Documentation 📚](#documentation-)
- [🦙 Quickstart - Running Llama](#-quickstart---running-llama)
- [Minimal supported versions](#minimal-supported-versions)
- [Examples 📲](#examples-)
- [Warning](#warning)
- [License](#license)
- [What's next?](#whats-next)

## Compatibility

React Native Executorch supports only the [New React Native architecture](https://reactnative.dev/architecture/landing-page).
Expand Down