Skip to content

Commit

Permalink
remove sliding window=None
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhang38 authored Apr 19, 2024
1 parent 3abeb19 commit 41324ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion train.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ def main(args):
device_map=accelerator.device,
torch_dtype=torch.bfloat16,
rope_theta=args.rope_theta,
sliding_window=None,
_attn_implementation="flash_attention_2",
)

Expand Down

0 comments on commit 41324ec

Please sign in to comment.