LLMsPracticalGuide vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| LLMsPracticalGuide | LLMs-from-scratch | |
|---|---|---|
| Tagline | A curated list of practical guide resources of large language models (LLMs) | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 10k | 99k |
| Forks | 788 | 15k |
| Open issues | 17 | 4 |
| Language | - | Jupyter Notebook |
| License | - | Other |
| Last pushed | Apr 8, 2026 | Jun 2, 2026 |
| Categories | Developer Tools, LLM Frameworks | Model Training, LLM Frameworks |
LLMsPracticalGuide
Mooler0410's repository provides a comprehensive, actively updated collection of guides about LLMs. It includes an evolutionary tree showcasing the development trajectory of modern LLMs and highlights key models along with their usage restrictions based on licensing.
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook