Skip to content

Commit a3b9f4a

Browse files
committed
Fix export_and_delegate.py
#4141 missed updating export_and_delegate.py. This PR adds it. Differential Revision: [D59547264](https://our.internmc.facebook.com/intern/diff/D59547264/) ghstack-source-id: 233107223 Pull Request resolved: #4193
1 parent 2d9c6b5 commit a3b9f4a

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)