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 e7d39c2 commit f5a3258Copy full SHA for f5a3258
examples/models/llama/export_llama_lib.py
@@ -719,6 +719,7 @@ def _prepare_for_llama_export(args) -> LLMEdgeManager:
719
preq_mode=args.preq_mode,
720
preq_group_size=args.preq_group_size,
721
preq_embedding_quantize=args.preq_embedding_quantize,
722
+ local_global_attention=args.local_global_attention,
723
)
724
725
0 commit comments