open-llms vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| open-llms | LLMs-from-scratch | |
|---|---|---|
| Tagline | A curated list of commercially usable open LLMs | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 13k | 99k |
| Forks | 977 | 15k |
| Open issues | 13 | 4 |
| Language | - | Jupyter Notebook |
| License | Apache-2.0 | Other |
| Last pushed | Feb 13, 2025 | Jun 2, 2026 |
| Categories | LLM Frameworks | Model Training, LLM Frameworks |
open-llms
Repository containing a table of large language models that are available for commercial use under various licenses such as Apache 2.0 and MIT. It includes details like release date, number of parameters, context length, and how to try the model.
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook