xref: /aosp_15_r20/external/executorch/extension/module/test/resources/README.md (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
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