diff --git a/docs/website/docs/tutorials/00_setting_up_executorch.md b/docs/website/docs/tutorials/00_setting_up_executorch.md index 060f6be938e..3f4b2ea284a 100644 --- a/docs/website/docs/tutorials/00_setting_up_executorch.md +++ b/docs/website/docs/tutorials/00_setting_up_executorch.md @@ -65,7 +65,7 @@ $ python3 >>> from executorch.exir.tests.models import Mul >>> m = Mul() >>> print(exir.capture(m, m.get_random_inputs()).to_edge()) ->>> open("add.pte", "wb").write(exir.capture(m, m.get_random_inputs()).to_edge().to_executorch().buffer) +>>> open("mul.pte", "wb").write(exir.capture(m, m.get_random_inputs()).to_edge().to_executorch().buffer) ``` ## Runtime Setup