Skip to content

Commit

Permalink
Update passkey_retrivial.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yukang2017 authored Nov 15, 2023
1 parent 26a6b69 commit 0e0622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passkey_retrivial.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def main(args):
print("base model", args.base_model)

if args.flash_attn:
replace_llama_attn()
replace_llama_attn(use_full=True)

# Set RoPE scaling factor
config = transformers.AutoConfig.from_pretrained(
Expand Down

0 comments on commit 0e0622b

Please sign in to comment.