Skip to content

Commit 1bd137a

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
Update 00_setting_up_executorch.md (#59)
Summary: Pull Request resolved: #59 Reviewed By: larryliu0820 Differential Revision: D48323441 Pulled By: JacobSzwejbka fbshipit-source-id: ac780f7e1b3ca128bebfd043b485ddbfb1626ba5
1 parent 711cf6c commit 1bd137a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/website/docs/tutorials/00_setting_up_executorch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ python3
6565
>>> from executorch.exir.tests.models import Mul
6666
>>> m = Mul()
6767
>>> print(exir.capture(m, m.get_random_inputs()).to_edge())
68-
>>> open("add.pte", "wb").write(exir.capture(m, m.get_random_inputs()).to_edge().to_executorch().buffer)
68+
>>> open("mul.pte", "wb").write(exir.capture(m, m.get_random_inputs()).to_edge().to_executorch().buffer)
6969
```
7070

7171
## Runtime Setup

0 commit comments

Comments
 (0)