lucidrains / nGPT-pytorch
Quick implementation of nGPT, learning entirely on the hypersphere, from NvidiaAI
☆281Updated last month
Alternatives and similar repositories for nGPT-pytorch:
Users that are interested in nGPT-pytorch are comparing it to the libraries listed below
- Normalized Transformer (nGPT)☆174Updated 5 months ago
- Some preliminary explorations of Mamba's context scaling.☆213Updated last year
- [ICLR 2025] Official PyTorch Implementation of Gated Delta Networks: Improving Mamba2 with Delta Rule☆160Updated last month
- When it comes to optimizers, it's always better to be safe than sorry☆222Updated last month
- ☆280Updated 2 weeks ago
- Simple and Effective Masked Diffusion Language Model☆376Updated 3 weeks ago
- [NeurIPS 2024] Official Repository of The Mamba in the Llama: Distilling and Accelerating Hybrid Models☆215Updated this week
- Code for Adam-mini: Use Fewer Learning Rates To Gain More https://arxiv.org/abs/2406.16793☆409Updated 3 weeks ago
- ☆186Updated this week
- Muon optimizer: +>30% sample efficiency with <3% wallclock overhead☆597Updated last month
- Implementation of 💍 Ring Attention, from Liu et al. at Berkeley AI, in Pytorch☆511Updated 6 months ago
- Annotated version of the Mamba paper☆483Updated last year
- Code for exploring Based models from "Simple linear attention language models balance the recall-throughput tradeoff"☆232Updated 2 months ago
- Implementation of the Llama architecture with RLHF + Q-learning☆164Updated 3 months ago
- Repo for "LoLCATs: On Low-Rank Linearizing of Large Language Models"☆231Updated 3 months ago
- Accelerated First Order Parallel Associative Scan☆182Updated 8 months ago
- Explorations into the recently proposed Taylor Series Linear Attention☆99Updated 8 months ago
- Pytorch implementation of the PEER block from the paper, Mixture of A Million Experts, by Xu Owen He at Deepmind☆123Updated 8 months ago
- Implementation of Diffusion Transformer (DiT) in JAX☆272Updated 10 months ago
- PyTorch implementation of models from the Zamba2 series.☆180Updated 3 months ago
- Understand and test language model architectures on synthetic tasks.☆195Updated 2 months ago
- Simple, minimal implementation of the Mamba SSM in one pytorch file. Using logcumsumexp (Heisen sequence).☆114Updated 6 months ago
- Implementation of Infini-Transformer in Pytorch☆110Updated 4 months ago
- A MAD laboratory to improve AI architecture designs 🧪☆114Updated 4 months ago
- Implementation of the sparse attention pattern proposed by the Deepseek team in their "Native Sparse Attention" paper☆607Updated last month
- Tree Attention: Topology-aware Decoding for Long-Context Attention on GPU clusters