Skip to content

Commit b30733d

Browse files
committed
Tarun pr review
1 parent 23c4c43 commit b30733d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

examples/models/llama/export_llama_lib.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -711,11 +711,6 @@ def _to_edge_and_lower_llama_xnnpack(
711711
)
712712
if args.verbose:
713713
print_delegation_info(builder.edge_manager.exported_program().graph_module)
714-
if args.num_sharding > 0 and args.qnn:
715-
from executorch.backends.qualcomm.utils.utils import canonicalize_program
716-
717-
# pyre-fixme[16]: Module `backends` has no attribute `qualcomm`.
718-
canonicalize_program(builder.edge_manager.exported_program())
719714

720715
return builder.to_executorch(passes=additional_passes)
721716

0 commit comments

Comments
 (0)