Skip to content

Commit 00bea84

Browse files
Lunwen Hefacebook-github-bot
authored andcommitted
Fix export_and_delegate.py (#4193)
Summary: Pull Request resolved: #4193 #4141 missed updating export_and_delegate.py. This PR adds it. ghstack-source-id: 233107223 exported-using-ghexport Reviewed By: lucylq Differential Revision: D59547264 fbshipit-source-id: b7b86164e7b1de544f403dd3b12b4afab24f13c8
1 parent 7774c38 commit 00bea84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/portable/scripts/export_and_delegate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
from executorch.exir.backend.test.op_partitioner_demo import AddMulPartitionerDemo
1818
from executorch.exir.capture._config import ExecutorchBackendConfig
1919

20+
from executorch.extension.export_util import export_to_edge
21+
2022
from ...models import MODEL_NAME_TO_MODEL
2123
from ...models.model_factory import EagerModelFactory
2224

23-
from ..utils import export_to_edge
24-
2525

2626
FORMAT = "[%(levelname)s %(asctime)s %(filename)s:%(lineno)s] %(message)s"
2727
logging.basicConfig(level=logging.INFO, format=FORMAT)

0 commit comments

Comments
 (0)