Skip to content

Commit 4a7f89a

Browse files
authored
Update README.md
1 parent 1b320c4 commit 4a7f89a

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@
88

99
**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.
1010

11+
**Table of contents:**
12+
- [Compatibility](#compatibility)
13+
- [Readymade models 🤖](#readymade-models-)
14+
- [Documentation 📚](#documentation-)
15+
- [🦙 Quickstart - Running Llama](#-quickstart---running-llama)
16+
- [1️⃣ Installation](#️-installation)
17+
- [2️⃣ Setup & Initialization](#️-setup--initialization)
18+
- [3️⃣ Run the model!](#️-run-the-model)
19+
- [Minimal supported versions](#minimal-supported-versions)
20+
- [Examples 📲](#examples-)
21+
- [Warning](#warning)
22+
- [License](#license)
23+
- [What's next?](#whats-next)
24+
1125
## Compatibility
1226

1327
React Native Executorch supports only the [New React Native architecture](https://reactnative.dev/architecture/landing-page).
@@ -86,7 +100,7 @@ We currently host a few example apps demonstrating use cases of our library:
86100
- examples/computer-vision - computer vision related tasks
87101
- examples/llama - chat applications showcasing use of LLMs
88102

89-
If you would like to run it, navigate to it's project directory, for example `examples/llama` from the repository root and install dependencies with:
103+
If you would like to run it, navigate to its project directory, for example `examples/llama` from the repository root and install dependencies with:
90104

91105
```bash
92106
yarn

0 commit comments

Comments
 (0)