Skip to content

Commit 4923367

Browse files
Removing floating sentence.
1 parent e50de2d commit 4923367

File tree

1 file changed

+0
-3
lines changed
  • content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm

1 file changed

+0
-3
lines changed

content/learning-paths/embedded-and-microcontrollers/introduction-to-tinyml-on-arm/2-env-setup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ weight: 3
77
# Do not modify these elements
88
layout: "learningpathall"
99
---
10-
11-
In this section, you prepare a development environment to compile and run a machine learning model with ExecuTorch.
12-
1310
## Introduction to ExecuTorch
1411

1512
ExecuTorch is a lightweight runtime designed for efficient execution of PyTorch models on resource-constrained devices. It enables machine learning inference on embedded and edge platforms, making it well-suited for Arm-based hardware. Since Arm processors are widely used in mobile, IoT, and embedded applications, ExecuTorch leverages Arm's efficient CPU architectures to deliver optimized performance while maintaining low power consumption. By integrating with Arm's compute libraries, it ensures smooth execution of AI workloads on Arm-powered devices, from Cortex-M microcontrollers to Cortex-A application processors.

0 commit comments

Comments
 (0)