You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[macOS only][Core ML](https://pytorch.org/executorch/main/build-run-coreml.html) and [MPS](https://pytorch.org/executorch/main/build-run-mps.html) backend delegates are linked into the prebuilt module.
<ahref="https://pytorch.org/executorch/stable/index.html"><imgsrc="https://img.shields.io/badge/Documentation-000?logo=googledocs&logoColor=FFE165&style=for-the-badge"alt="Check out the documentation"></a>
12
+
<hr>
13
+
</div>
14
+
15
+
**ExecuTorch** is an end-to-end solution for on-device inference and training. It powers much of Meta's on-device AI experiences across Facebook, Instagram, Meta Quest, Ray-Ban Meta Smart Glasses, WhatsApp, and more.
16
+
17
+
It supports a wide range of models including LLMs (Large Language Models), CV (Computer Vision), ASR (Automatic Speech Recognition), and TTS (Text to Speech).
18
+
19
+
Platform Support:
20
+
- Operating Systems:
21
+
- iOS
22
+
- Mac
23
+
- Android
24
+
- Linux
25
+
- Microcontrollers
26
+
27
+
- Hardware Acceleration:
28
+
- Apple
29
+
- Arm
30
+
- Cadence
31
+
- MediaTek
32
+
- Qualcomm
33
+
- Vulkan
34
+
- XNNPACK
7
35
8
36
Key value propositions of ExecuTorch are:
9
37
@@ -17,35 +45,21 @@ Key value propositions of ExecuTorch are:
17
45
experience due to a lightweight runtime and utilizing full hardware
18
46
capabilities such as CPUs, NPUs, and DSPs.
19
47
20
-
For a comprehensive technical overview of ExecuTorch and step-by-step tutorials,
21
-
please visit our documentation website [for the latest release](https://pytorch.org/executorch/stable/index.html) (or the [main branch](https://pytorch.org/executorch/main/index.html)).
22
-
23
-
Check out the [Getting Started](https://pytorch.org/executorch/stable/getting-started-setup.html#quick-setup-colab-jupyter-notebook-prototype) page for a quick spin.
24
-
25
-
Check out the examples of [Llama](./examples/models/llama/README.md), [Llava](./examples/models/llava/README.md) and [other models](./examples/README.md) running on edge devices using ExecuTorch.
48
+
## Getting Started
49
+
To get started you can:
26
50
51
+
- Visit the [Step by Step Tutorial](https://pytorch.org/executorch/main/index.html) on getting things running locally and deploy a model to a device
52
+
- Use this [Colab Notebook](https://pytorch.org/executorch/stable/getting-started-setup.html#quick-setup-colab-jupyter-notebook-prototype) to start playing around right away
53
+
- Jump straight into LLMs use cases by following specific instructions for [Llama](./examples/models/llama/README.md) and [Llava](./examples/models/llava/README.md)
27
54
28
-
**[UPDATE - 10/24]** We have added support for running [Llama 3.2 Quantized 1B/3B](./examples/models/llama/README.md) models via ExecuTorch.
29
-
30
-
## Feedback
55
+
## Feedback and Engagement
31
56
32
57
We welcome any feedback, suggestions, and bug reports from the community to help
33
-
us improve our technology. Please use the [PyTorch
34
-
Forums](https://discuss.pytorch.org/c/executorch) for discussion and feedback
35
-
about ExecuTorch using the **ExecuTorch** category, and our [GitHub
36
-
repository](https://github.com/pytorch/executorch/issues) for bug reporting.
37
-
38
-
We recommend using the latest release tag from the
39
-
[Releases](https://github.com/pytorch/executorch/releases) page when developing.
58
+
us improve our technology. Check out the [Discussion Board](https://github.com/pytorch/executorch/discussions) or chat real time with us on [Discord](https://discord.gg/MeacgB7A)
40
59
41
60
## Contributing
42
61
43
-
See [CONTRIBUTING.md](CONTRIBUTING.md) for details about issues, PRs, code
44
-
style, CI jobs, and other development topics.
45
-
46
-
To connect with us and other community members, we invite you to join PyTorch Slack community by filling out this [form](https://docs.google.com/forms/d/e/1FAIpQLSeADnUNW36fjKjYzyHDOzEB_abKQE9b6gqqW9NXse6O0MWh0A/viewform). Once you've joined, you can:
47
-
* Head to the `#executorch-general` channel for general questions, discussion, and community support.
48
-
* Join the `#executorch-contributors` channel if you're interested in contributing directly to project development.
62
+
We welcome contributions. To get started review the [guidelines](CONTRIBUTING.md) and chat with us on [Discord](https://discord.gg/MeacgB7A)
0 commit comments