Skip to content

Commit 3cc7f96

Browse files
committed
Update on "[executorch][docs] runtime-overview.md"
First draft of a high-level document describing the runtime. Differential Revision: [D49852127](https://our.internmc.facebook.com/intern/diff/D49852127/) [ghstack-poisoned]
2 parents 683b359 + 68578d8 commit 3cc7f96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/runtime-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This document discusses the design of the ExecuTorch runtime, which executes
44
ExecuTorch program files on edge devices like smartphones, wearables, and
55
embedded devices. The code for the main execution API is under
6-
`[executorch/runtime/executor/](https://github.com/pytorch/executorch/tree/main/runtime/executor)`.
6+
[`executorch/runtime/executor/`](https://github.com/pytorch/executorch/tree/main/runtime/executor).
77

88
Before reading this document we recommend that you read [How Does ExecuTorch
99
Work](intro-how-it-works.md).
@@ -164,4 +164,4 @@ For more details about the ExecuTorch runtime, please see:
164164
* [Runtime Profiling](sdk-profiling.md)
165165
* [Backends and Delegates](compiler-delegate-and-partitioner.md)
166166
* [Backend Delegate Implementation](runtime-backend-delegate-implementation-and-linking.md)
167-
* [Kernel Library Overview(kernel-library-overview.md)
167+
* [Kernel Library Overview](kernel-library-overview.md)

0 commit comments

Comments
 (0)