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"
☆378Updated 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
Sorting:
- Implementation of fused cosine similarity attention in the same style as Flash Attention☆213Updated 2 years ago
- Implementation of Rotary Embeddings, from the Roformer paper, in Pytorch☆673Updated 5 months ago
- An implementation of local windowed attention for language modeling☆447Updated 3 months ago
- Implementation of Mega, the Single-head Attention with Multi-headed EMA architecture that currently holds SOTA on Long Range Arena☆203Updated last year
- Memory Efficient Attention (O(sqrt(n)) for Jax and PyTorch☆184Updated 2 years ago
- Transformer based on a variant of attention that is linear complexity in respect to sequence length☆764Updated last year
- A simple way to keep track of an Exponential Moving Average (EMA) version of your Pytorch model☆582Updated 5 months ago
- Implementation of Linformer for Pytorch☆286Updated last year
- Implementation of ST-Moe, the latest incarnation of MoE after years of research at Brain, in Pytorch☆331Updated 10 months ago
- ☆290Updated 4 months ago
- FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores☆316Updated 4 months ago
- Implementation of Recurrent Interface Network (RIN), for highly efficient generation of images and video without cascading networks, in P…☆204Updated last year
- Implementation of the Adan (ADAptive Nesterov momentum algorithm) Optimizer in Pytorch☆251Updated 2 years ago
- Implementation of Soft MoE, proposed by Brain's Vision team, in Pytorch☆289Updated last month
- Implementation of Flash Attention in Jax☆209Updated last year
- Implementation of the conditionally routed attention in the CoLT5 architecture, in Pytorch☆227Updated 8 months ago
- Helpful tools and examples for working with flex-attention☆766Updated last week
- Sequence modeling with Mega.☆295Updated 2 years ago
- Experiments around a simple idea for inducing multiple hierarchical predictive model within a GPT☆212Updated 8 months ago
- Implementation of Block Recurrent Transformer - Pytorch☆217Updated 8 months ago
- Annotated version of the Mamba paper☆483Updated last year
- Implementation of a Transformer, but completely in Triton☆265Updated 3 years ago
- Root Mean Square Layer Normalization☆241Updated 2 years ago
- Code release for "Dropout Reduces Underfitting"☆313Updated 2 years ago
- Implementation of a U-net complete with efficient attention as well as the latest research findings☆279Updated last year
- Code for the ALiBi method for transformer language models (ICLR 2022)☆526Updated last year
- Implementation of Recurrent Memory Transformer, Neurips 2022 paper, in Pytorch☆407Updated 4 months ago
- A library that contains a rich collection of performant PyTorch model metrics, a simple interface to create new metrics, a toolkit to fac…☆228Updated 3 months ago
- Official PyTorch Implementation of Long-Short Transformer (NeurIPS 2021).☆225Updated 3 years ago
- Implementation of Nyström Self-attention, from the paper Nyströmformer☆135Updated last month