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 e66b7d9 commit d7d058eCopy full SHA for d7d058e
1 file changed
program-data-separation/export_linear.py
@@ -22,7 +22,7 @@
22
to_edge_transform_and_lower,
23
)
24
from executorch.exir.passes.external_constants_pass import (
25
- delegate_external_constants_pass,
+ delegate_external_constants_pass_unlifted,
26
27
from executorch.exir.program import ExecutorchProgramManager
28
from torch.export import export
@@ -78,7 +78,7 @@ def main() -> None:
78
79
80
partial_function = partial(
81
82
ep=exported_program,
83
gen_tag_fn=lambda x: model_name,
84
0 commit comments