Skip to content

Commit bb5560e

Browse files
cccclaifacebook-github-bot
authored andcommitted
forward fix (#9864)
Summary: Pull Request resolved: #9864 forward fix for #9643 Reviewed By: kirklandsign Differential Revision: D72353830
1 parent 3600d4f commit bb5560e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/llama/export_llama_lib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,7 @@ def _to_edge_and_lower_llama( # noqa: C901
904904
if args.verbose:
905905
print_delegation_info(builder.edge_manager.exported_program().graph_module)
906906
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`.
907908
from executorch.backends.qualcomm.utils.utils import canonicalize_program
908909

909910
canonicalize_program(builder.edge_manager.exported_program())

0 commit comments

Comments
 (0)