Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025393 1210

add.pteHD25-Apr-2025728

README.md

1## Resources
2
3### model.pte
4- Internally generated after D62209852, 2024-09-06 with:
5    ```
6    buck2 run fbcode//executorch/examples/portable/scripts:export -- --model_name="add"
7    ```
8- In OSS, the same file can be generated after [#5145](https://github.com/pytorch/executorch/pull/5145), 2024-09-06 with:
9    ```
10    python -m examples.portable.scripts.export --model_name="add"
11    ```
12