learning-at-home / lean_transformer
Memory-efficient transformer. Work in progress.
☆19Updated 2 years ago
Alternatives and similar repositories for lean_transformer:
Users that are interested in lean_transformer are comparing it to the libraries listed below
- A collection of Models, Datasets, DataModules, Callbacks, Metrics, Losses and Loggers to better integrate pytorch-lightning with transfor…☆47Updated last year
- ☆15Updated 3 years ago
- Unofficially Implements https://arxiv.org/abs/2112.05682 to get Linear Memory Cost on Attention for PyTorch☆12Updated 3 years 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 some personal helper functions for Einops, my most favorite tensor manipulation library ❤️☆54Updated 2 years ago
- A case study of efficient training of large language models using commodity hardware.☆68Updated 2 years ago
- reproduces experiments from "Grounding inductive biases in natural images: invariance stems from variations in data"☆17Updated 5 months ago
- Utilities for Training Very Large Models☆58Updated 5 months ago
- Code for scaling Transformers☆26Updated 4 years ago
- PyTorch implementation of GLOM☆21Updated 2 years ago
- A collection of optimizers, some arcane others well known, for Flax.☆29Updated 3 years ago
- A place to store reusable transformer components of my own creation or found on the interwebs☆48Updated last week
- "Towards Crowdsourced Training of Large Neural Networks using Decentralized Mixture-of-Experts" (NeurIPS 2020), original PyTorch implemen…☆54Updated 4 years ago
- Implementation of Kronecker Attention in Pytorch☆18Updated 4 years ago
- ☆29Updated 2 years ago
- An open source implementation of CLIP.☆32Updated 2 years ago
- DiCE: The Infinitely Differentiable Monte-Carlo Estimator☆31Updated last year
- High performance pytorch modules☆18Updated 2 years ago
- A framework for implementing equivariant DL☆10Updated 3 years ago
- A GPT, made only of MLPs, in Jax☆57Updated 3 years ago
- JAX implementation of Learning to learn by gradient descent by gradient descent☆27Updated 5 months ago
- CUDA implementation of autoregressive linear attention, with all the latest research findings☆44Updated last year
- "Moshpit SGD: Communication-Efficient Decentralized Training on Heterogeneous Unreliable Devices", official implementation☆29Updated last month
- A lightweight wrapper for PyTorch that provides a simple declarative API for context switching between devices, distributed modes, mixed-…☆67Updated last year
- ☆21Updated 2 years ago
- Triton Implementation of HyperAttention Algorithm☆47Updated last year
- Local Attention - Flax module for Jax☆20Updated 3 years ago
- Experiments dashboard for LabML☆17Updated 2 years ago
- JAX/Flax implementation of the Hyena Hierarchy