Skip to content

Commit d7d058e

Browse files
committed
Fix import
1 parent e66b7d9 commit d7d058e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

program-data-separation/export_linear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
to_edge_transform_and_lower,
2323
)
2424
from executorch.exir.passes.external_constants_pass import (
25-
delegate_external_constants_pass,
25+
delegate_external_constants_pass_unlifted,
2626
)
2727
from executorch.exir.program import ExecutorchProgramManager
2828
from torch.export import export
@@ -78,7 +78,7 @@ def main() -> None:
7878
)
7979

8080
partial_function = partial(
81-
delegate_external_constants_pass,
81+
delegate_external_constants_pass_unlifted,
8282
ep=exported_program,
8383
gen_tag_fn=lambda x: model_name,
8484
)

0 commit comments

Comments
 (0)