open-llms vs LLMs-from-scratch

A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.

open-llmsLLMs-from-scratch
TaglineA curated list of commercially usable open LLMsImplement a ChatGPT-like LLM in PyTorch from scratch
Stars13k99k
Forks97715k
Open issues134
Language-Jupyter Notebook
LicenseApache-2.0Other
Last pushedFeb 13, 2025Jun 2, 2026
CategoriesLLM FrameworksModel 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