Skip to content

Commit 23713e7

Browse files
committed
Update on "[executorch][passes] Add config and pass to tag constants for external file"
- Add config 'external_constants' to ExecutorchBackendConfig. - When set to True, run the 'external_constants_pass' - This tags all constants as external, and moves them into a separate buffer to be serialized outside of the PTE file. Note: users can write their own passes to tag weights to specific files / multiple files. TODO: write example pass and test for the case where we have two constant files. Differential Revision: [D66560903](https://our.internmc.facebook.com/intern/diff/D66560903/) [ghstack-poisoned]
2 parents f305f09 + 6e51176 commit 23713e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/portable/scripts/export.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
# Example script for exporting simple models to flatbuffer
88

9+
# pyre-unsafe
10+
911
import argparse
1012
import logging
1113

0 commit comments

Comments
 (0)