Skip to content

Commit f5a3258

Browse files
jackzhxngfacebook-github-bot
authored andcommitted
Pipe in local_global attention
Differential Revision: D74762916
1 parent e7d39c2 commit f5a3258

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
@@ -719,6 +719,7 @@ def _prepare_for_llama_export(args) -> LLMEdgeManager:
719719
preq_mode=args.preq_mode,
720720
preq_group_size=args.preq_group_size,
721721
preq_embedding_quantize=args.preq_embedding_quantize,
722+
local_global_attention=args.local_global_attention,
722723
)
723724
)
724725

0 commit comments

Comments
 (0)