lucidrains / memory-efficient-attention-pytorch
Implementation of a memory efficient multi-head attention as proposed in the paper, "Self-attention Does Not Need O(n²) Memory"
☆375Updated last year
Alternatives and similar repositories for memory-efficient-attention-pytorch:
Users that are interested in memory-efficient-attention-pytorch are comparing it to the libraries listed below
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆212Updated 2 years ago
- Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch☆656Updated 4 months ago
- An implementation of local windowed attention for language modeling☆431Updated 2 months ago
- Memory Efficient Attention (O(sqrt(n)) for Jax and PyTorch☆182Updated 2 years ago
- Helpful tools and examples for working with flex-attention☆701Updated 2 weeks ago
- Annotated version of the Mamba paper☆478Updated last year
- Implementation of ST-Moe, the latest incarnation of MoE after years of research at Brain, in Pytorch☆325Updated 9 months ago
- Implementation of the conditionally routed attention in the CoLT5 architecture, in Pytorch☆226Updated 6 months ago
- Implementation of Mega, the Single-head Attention with Multi-headed EMA architecture that currently holds SOTA on Long Range Arena☆204Updated last year
- Implementation of Recurrent Memory Transformer, Neurips 2022 paper, in Pytorch☆407Updated 2 months ago
- Sequence modeling with Mega.☆295Updated 2 years ago
- Implementation of Linformer for Pytorch☆276Updated last year
- Implementation of Flash Attention in Jax☆207Updated last year
- FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores☆308Updated 3 months ago
- Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT☆210Updated 7 months ago
- ☆141Updated last year
- A simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model☆567Updated 4 months ago
- Root Mean Square Layer Normalization☆233Updated 2 years ago
- Implementation of the Adan (ADAptive Nesterov momentum algorithm) Optimizer in Pytorch☆251Updated 2 years ago
- Implementation of a Transformer, but completely in Triton☆263Updated 2 years ago
- ☆289Updated 3 months ago
- Implementation of 💍 Ring Attention, from Liu et al. at Berkeley AI, in Pytorch☆509Updated 5 months ago
- Neighborhood Attention Extension. Bringing attention to a neighborhood near you!☆430Updated 2 weeks ago
- Implementation of Block Recurrent Transformer - Pytorch☆218Updated 7 months ago
- Official PyTorch Implementation of Long-Short Transformer (NeurIPS 2021).☆225Updated 2 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆752Updated 10 months ago
- Code for the ALiBi method for transformer language models (ICLR 2022)☆520Updated last year
- Code release for "Dropout Reduces Underfitting"☆312Updated last year
- Implementation of Recurrent Interface Network (RIN), for highly efficient generation of images and video without cascading networks, in P…☆202Updated last year
- Named tensors with first-class dimensions for PyTorch☆321Updated last year