We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ef1f69 commit e9c2315Copy full SHA for e9c2315
examples/models/llama/export_llama_lib.py
@@ -904,6 +904,7 @@ def _to_edge_and_lower_llama( # noqa: C901
904
if args.verbose:
905
print_delegation_info(builder.edge_manager.exported_program().graph_module)
906
if args.num_sharding > 0 and args.qnn:
907
+ # pyre-ignore: Undefined import [21]: Could not find a module corresponding to import `executorch.backends.qualcomm.utils.utils`.
908
from executorch.backends.qualcomm.utils.utils import canonicalize_program
909
910
canonicalize_program(builder.edge_manager.exported_program())
0 commit comments