Skip to content

Commit 80c437f

Browse files
pytorchbotlucylq
andauthored
Update readme to include OSS references (#5449)
Update readme to include OSS references (#5433) Summary: Pull Request resolved: #5433 ^ Reviewed By: dvorjackz Differential Revision: D62887806 fbshipit-source-id: 756b0ba47873fa861e67ea992ec3f9998ebcfd69 (cherry picked from commit 2e1043b) Co-authored-by: Lucy Qiu <[email protected]>
1 parent cb200d7 commit 80c437f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
## Resources
22

33
### model.pte
4-
- generated via `buck2 run fbcode//executorch/examples/portable/scripts:export -- --model_name="add"` after D62209852.
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+
```

test/models/deprecated/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This readme documents deprecated models that remain compatible with versions of the ExecuTorch runtime.
44

55
ModuleLinear-no-constant-segment.pte
6-
- This file contains constants stored in the constant_buffer, which was deprecated in D61996249 on 2024-09-05. Now, constants are stored in a separate segment.
6+
- This file contains constants stored in the constant_buffer, which was deprecated in D61996249, [#5096](https://github.com/pytorch/executorch/pull/5096) on 2024-09-06. Now, constants are stored in a separate segment.
77
- This .pte file was generated internally using hg commit hash rFBS5e49dc0319b1d2d9969bbcef92857ab76a899c34, with command:
88
```
99
buck2 build fbcode//executorch/test/models:exported_programs[ModuleLinear-no-constant-segment.pte] --show-output

0 commit comments

Comments
 (0)