Skip to content

Commit 43aa01b

Browse files
mergennachinfacebook-github-bot
authored andcommitted
Minor fix 1
Summary: Fix rendering https://github.com/pytorch/executorch/blob/main/README.md and also added the executor_runner in examples folder Reviewed By: angelayi Differential Revision: D47909710 fbshipit-source-id: 90780bbddb35b0851c0ca72309cd986ad77a4f58
1 parent 69b4e75 commit 43aa01b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Compared to the legacy Lite Interpreter, there are some major benefits:
4646

4747
## Directory Structure [WIP]
4848

49+
```
4950
executorch
5051
├── backends # 1st party backend implementations.
5152
| ├── xnnpack
@@ -58,7 +59,8 @@ executorch
5859
├── codegen # Tooling to autogenerate bindings between kernels and the runtime. TODO move to tool
5960
├── configurations # TODO delete this
6061
├── docs # Static docs tooling
61-
├── examples # Examples of various user flows, such as model export and delegates.
62+
├── examples # Examples of various user flows, such as model export, delegates, and runtime execution.
63+
| ├── executor_runner
6264
| ├── export
6365
| ├── models
6466
├── exir # Ahead of time library, model capture and lowering apis.
@@ -94,6 +96,7 @@ executorch
9496
├── test # Broad scoped end2end tests
9597
├── third-party # third-party dependencies
9698
├── util # TODO delete this
99+
```
97100

98101
## License
99102
ExecuTorch is BSD licensed, as found in the LICENSE file.

0 commit comments

Comments
 (0)