AgentDish directory
pytorch
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#429
↑ +2
Modded-NanoGPT
Open-source repository for a NanoGPT training speedrun, focused on getting a 124M model to target loss on 8x H100 GPUs in under 90 seconds. The README includes run commands, Docker instructions, and a detailed list of model and systems optimizations. |
Developer Tools / Machine Learning / Training Optimization | 86 | ↑ +2 | 9 days ago | Details |
|
#447
↑ +2
nanoRL
An open-source reinforcement learning training loop for LLMs, spanning small CPU-friendly experiments like CartPole to async RLVR runs on GPU clusters. The repo highlights a compact codebase, quickstart commands, task customization, and support for algorithms like REINFORCE, PPO, GRPO, and RLOO. |
AI Developer Tool / Reinforcement Learning for LLMs | 86 | ↑ +2 | 19 days ago | Details |
|
#1150
↑ +174
Train Your Own LLM from Scratch
A hands-on workshop repository that walks developers through building a small GPT-style language model from scratch, including tokenization, transformer blocks, training, and text generation. |
Developer Tools / Machine Learning | 83 | ↑ +174 | 118 days ago | Details |
|
#1297
↓ -2
DeepSeek Sparse Attention
A PyTorch reference implementation of DeepSeek Sparse Attention from the LLMs-from-scratch project, including a lightweight indexer, top-K token selection, and a GPT-style model with KV-cache support. |
Developer Tools / Machine Learning / LLM Architecture | 82 | ↓ -2 | 100 days ago | Details |
|
#1545
↑ +6
HyperSAE
HyperSAE is a Python package for mechanistic interpretability that trains hyperbolic sparse autoencoders on LLM activations. The page includes installation steps, a quickstart example, benchmark tables, and a short software architecture overview. |
Developer Tools / AI/ML Frameworks | 78 | ↑ +6 | 20 days ago | Details |
|
A closed-loop controller for LLM training that adapts batch size, learning rate, checkpointing, and pruning to reduce OOM crashes on limited VRAM hardware. |
AI/ML / Training Infrastructure | 78 | ↑ +6 | 58 days ago | Details |
|
#1833
↑ +1
Egregore
A PyTorch research code file for adaptive topological control in latent spaces, with sphere-to-torus morphing, differentiable gating, and several geometry-inspired loss terms. |
Developer Tools / Machine Learning | 72 | ↑ +1 | 60 days ago | Details |