Skip to content

Commit 29d0249

Browse files
committed
Create create new method for example kwarg inputs instead
1 parent 76e7cc7 commit 29d0249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/models/llama2/export_llama_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -814,7 +814,7 @@ def _load_llama_model(
814814
generate_full_logits=generate_full_logits,
815815
fairseq2=weight_type == WeightType.FAIRSEQ2,
816816
max_seq_len=max_seq_len,
817-
enable_dynamic_shape=enable_dynamic_shape,
817+
enable_dynamic_shape=enable_dynamic_shape ,
818818
output_prune_map_path=output_prune_map_path,
819819
args=args,
820820
)

0 commit comments

Comments
 (0)