Skip to content

Commit 94119f6

Browse files
dbortfacebook-github-bot
authored andcommitted
Address some runtime-overview.md comments (#646)
Summary: Pull Request resolved: #646 Address some post-land comments on D49852127. Reviewed By: mergennachin Differential Revision: D49973657 fbshipit-source-id: 588ec11eacbfee8610d617e1019e00fb95d2e736
1 parent d235ba8 commit 94119f6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Loading

docs/source/runtime-overview.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ ExecuTorch program files on edge devices like smartphones, wearables, and
55
embedded devices. The code for the main execution API is under
66
[`executorch/runtime/executor/`](https://github.com/pytorch/executorch/tree/main/runtime/executor).
77

8-
Before reading this document we recommend that you read [How Does ExecuTorch
9-
Work](intro-how-it-works.md).
8+
Before reading this document we recommend that you read [How ExecuTorch
9+
Works](intro-how-it-works.md).
1010

1111
At the highest level, the ExecuTorch runtime is responsible for:
1212

1313
* Loading binary `.pte` program files that were generated by the
14-
`to_executorch()` step of the model-lowering process.
14+
[`to_executorch()`](https://deploy-preview-646--resplendent-gnome-14e531.netlify.app/tutorials/export-to-executorch-tutorial)
15+
step of the model-lowering process.
1516
* Executing the series of instructions that implement a lowered model.
1617

1718
Note that as of late 2023, the ExecuTorch runtime only supports model inference,

0 commit comments

Comments
 (0)