davidar / eigenGPT
Minimal C++ implementation of GPT2
☆40Updated last year
Alternatives and similar repositories for eigenGPT:
Users that are interested in eigenGPT are comparing it to the libraries listed below
- This code accompanies the paper "Leveraging Skills from Unlabeled Prior Data for Efficient Online Exploration."☆27Updated 4 months ago
- Make triton easier☆47Updated 9 months ago
- MACTA: A Multi-agent Reinforcement Learning Approach for Cache Timing Attacks and Detection☆46Updated last year
- Experimental scripts for researching data adaptive learning rate scheduling.☆23Updated last year
- throwaway GPT inference☆140Updated 9 months ago
- [ICML 2024] Official code release accompanying the paper "diff History for Neural Language Agents" (Piterbarg, Pinto, Fergus)☆20Updated 7 months ago
- Official repository for the paper "Approximating Two-Layer Feedforward Networks for Efficient Transformers"☆36Updated last year
- OMNI: Open-endedness via Models of human Notions of Interestingness☆44Updated last month
- FlexAttention w/ FlashAttention3 Support☆26Updated 5 months ago
- LLM training in simple, raw C/CUDA☆18Updated 10 months ago
- Official Implementation of NeurIPS'23 Paper "Cross-Episodic Curriculum for Transformer Agents"☆31Updated last year
- Code for "Meta Learning Backpropagation And Improving It" @ NeurIPS 2021 https://arxiv.org/abs/2012.14905☆31Updated 3 years ago
- ☆30Updated 4 months ago
- Jax like function transformation engine but micro, microjax☆30Updated 4 months ago
- Learn online intrinsic rewards from LLM feedback☆35Updated 3 months ago
- Efficient World Models with Context-Aware Tokenization. ICML 2024☆93Updated 6 months ago
- ☆32Updated 9 months ago
- CUDA and Triton implementations of Flash Attention with SoftmaxN.☆68Updated 9 months ago
- Official code for "Reward-Free Curricula for Training Robust World Models", ICLR 2024.☆27Updated last year
- Clean RL implementation using MLX☆28Updated last year
- Utilities for Training Very Large Models☆58Updated 5 months ago
- Efficiently send large arrays across machines☆15Updated 8 months ago
- Implemenation of the HIERarchical imagionation On Structured State Space Sequence Models (HIEROS) paper☆15Updated 8 months ago
- Standalone commandline CLI tool for compiling Triton kernels☆17Updated 6 months ago
- Personal solutions to the Triton Puzzles☆18Updated 8 months ago
- The code for the paper "A Bayesian Approach to Online Planning" published in ICML 2024.☆11Updated 9 months ago
- LLM training in simple, raw C/CUDA☆92Updated 10 months ago
- Fast and memory efficient PyTorch implementation of the Perceiver with FlashAttention.