lucidrains / autoregressive-linear-attention-cuda
CUDA implementation of autoregressive linear attention, with all the latest research findings
☆44Updated last year
Alternatives and similar repositories for autoregressive-linear-attention-cuda:
Users that are interested in autoregressive-linear-attention-cuda are comparing it to the libraries listed below
- ☆29Updated 2 years ago
- Implementation of the Kalman Filtering Attention proposed in "Kalman Filtering Attention for User Behavior Modeling in CTR Prediction"☆57Updated last year
- Demo of the unit_scaling library, showing how a model can be easily adapted to train in FP8.☆45Updated 8 months ago
- Implementation of an Attention layer where each head can attend to more than just one token, using coordinate descent to pick topk☆46Updated last year
- Explorations into the recently proposed Taylor Series Linear Attention☆97Updated 7 months ago
- Experiment of using Tangent to autodiff triton☆78Updated last year
- Exploring an idea where one forgets about efficiency and carries out attention across each edge of the nodes (tokens)☆50Updated 2 weeks ago
- Triton Implementation of HyperAttention Algorithm☆47Updated last year
- Implementation of GateLoop Transformer in Pytorch and Jax☆87Updated 9 months ago
- Implementation of some personal helper functions for Einops, my most favorite tensor manipulation library ❤️☆54Updated 2 years ago
- Implementation of Gradient Agreement Filtering, from Chaubard et al. of Stanford, but for single machine microbatches, in Pytorch☆23Updated 2 months ago
- ☆33Updated 7 months ago
- ☆53Updated last year
- Official repository for the paper "Approximating Two-Layer Feedforward Networks for Efficient Transformers"☆36Updated last year
- Implementation of Gated State Spaces, from the paper "Long Range Language Modeling via Gated State Spaces", in Pytorch☆99Updated 2 years ago
- Utilities for Training Very Large Models☆58Updated 6 months ago
- Implementation of Token Shift GPT - An autoregressive model that solely relies on shifting the sequence space for mixing☆48Updated 3 years ago
- Implementation of Infini-Transformer in Pytorch☆110Updated 3 months ago
- FID computation in Jax/Flax.☆27Updated 8 months ago
- ☆76Updated 9 months ago
- Implementation of the proposed Adam-atan2 from Google Deepmind in Pytorch☆103Updated 4 months ago
- Hacks for PyTorch☆19Updated last year
- Automatically take good care of your preemptible TPUs☆36Updated last year
- Some personal experiments around routing tokens to different autoregressive attention, akin to mixture-of-experts☆118Updated 5 months ago
- The Gaussian Histogram Loss (HL-Gauss) proposed by Imani et al. with a few convenient wrappers for regression, in Pytorch☆58Updated 2 months ago
- ☆100Updated 10 months ago
- Blog post☆17Updated last year
- Using FlexAttention to compute attention with different masking patterns☆43Updated 6 months ago
- Utilities for PyTorch distributed☆24Updated last month
- Another attempt at a long-context / efficient transformer by me☆37Updated 3 years ago