Skip to content

Commit e9c2315

Browse files
authored
forward fix
Differential Revision: D72353830 Pull Request resolved: #9864
1 parent 8ef1f69 commit e9c2315

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/models/llama/export_llama_lib.py

+1
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)