Skip to content

Commit 64f30f8

Browse files
committed
todo
1 parent 7845658 commit 64f30f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ out = cross_attn(x, context = context, mask = mask) # (1, 16384, 512)
5353
```
5454

5555
- [ ] add enwik8 example with 8192 context length
56+
- [ ] offer version of memory efficient attention w/o numerical stability calculations, when used in conjunction with cosine sim attention from SwinV2 paper
57+
- [ ] benchmark and see how much torch jit helps
5658

5759
## Citations
5860

0 commit comments

Comments
 (0)