We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c4c43 commit b30733dCopy full SHA for b30733d
examples/models/llama/export_llama_lib.py
@@ -711,11 +711,6 @@ def _to_edge_and_lower_llama_xnnpack(
711
)
712
if args.verbose:
713
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())
719
720
return builder.to_executorch(passes=additional_passes)
721
0 commit comments