Skip to content

Commit 310b3a3

Browse files
committed
Move llama2 -> llama
1 parent 370f526 commit 310b3a3

File tree

3 files changed

+1
-0
lines changed

3 files 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
@@ -962,6 +962,7 @@ def _get_source_transforms( # noqa
962962
if args.expand_rope_table:
963963
transforms.append(materialze_broadcast_of_rope_freq_cis)
964964

965+
transforms.append(replace_mha_with_inference_mha)
965966
if args.use_sdpa_with_kv_cache:
966967
if is_torchtune_model:
967968
assert (

0 commit comments

Comments
 (0)