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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Check out the [Getting Started](https://pytorch.org/executorch/stable/getting-st
25
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.
26
26
27
27
28
-
**[UPDATE - 09/25]** We have added support for running [Llama 3.2 1B/3B](./examples/models/llama/README.md) models via ExecuTorch.
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
29
30
30
## Feedback
31
31
@@ -92,7 +92,7 @@ tools.
92
92
├── runtime # Core C++ runtime.
93
93
| ├── backend # Backend delegate runtime APIs.
94
94
| ├── core # Core structures used across all levels of the runtime.
95
-
| ├── executor # Model loading, initalization, and execution.
95
+
| ├── executor # Model loading, initialization, and execution.
96
96
| ├── kernel # Kernel registration and management.
97
97
| ├── platform # Layer between architecture specific code and portable C++.
98
98
├── schema # ExecuTorch PTE file format flatbuffer
0 commit comments