We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b03f6 commit c5ced71Copy full SHA for c5ced71
examples/mediatek/aot_utils/oss_utils/utils.py
@@ -58,9 +58,8 @@ def build_executorch_binary(
58
partitioner=[neuro_partitioner],
59
)
60
61
- exec_prog = edge_prog.to_executorch(
62
- config=exir.ExecutorchBackendConfig(extract_constant_segment=False)
63
- )
+ exec_prog = edge_prog.to_executorch(config=exir.ExecutorchBackendConfig())
+
64
with open(f"{file_name}.pte", "wb") as file:
65
file.write(exec_prog.buffer)
66
0 commit comments