Skip to content

Commit

Permalink
draw attention
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains authored Mar 17, 2023
1 parent 570ebb7 commit 734afb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ palm = PaLM(
num_tokens = 20000,
dim = 512,
depth = 12,
flash_attn = True
flash_attn = True # https://arxiv.org/abs/2205.14135
).cuda()

seq = torch.randint(0, 20000, (1, 2048)).cuda()
Expand Down

0 comments on commit 734afb3

Please sign in to comment.