Skip to content

Commit 8a9db30

Browse files
authored
Update export.py
1 parent 23bec59 commit 8a9db30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/apple/coreml/llama/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
replace_linear_with_split_linear,
2020
)
2121

22+
from executorch.exir import to_edge_transform_and_lower
2223
from executorch.exir.backend.utils import format_delegated_graph
2324
from executorch.exir.capture._config import EdgeCompileConfig, ExecutorchBackendConfig
2425
from executorch.exir.passes import MemoryPlanningPass
2526
from executorch.exir.passes.quant_fusion_pass import QuantFusionPass
2627
from executorch.exir.passes.sym_shape_eval_pass import ConstraintBasedSymShapeEvalPass
27-
from executorch.exir.program._program import to_edge_transform_and_lower
2828
from executorch.extension.export_util.utils import save_pte_program
2929

3030
from torchao.quantization.granularity import PerAxis, PerGroup

0 commit comments

Comments
 (0)