LLMs-from-scratch vs sglang
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| LLMs-from-scratch | sglang | |
|---|---|---|
| Tagline | Implement a ChatGPT-like LLM in PyTorch from scratch | SGLang high-performance serving framework |
| Stars | 99k | 30k |
| Forks | 15k | 7.0k |
| Open issues | 4 | 4.0k |
| Language | Jupyter Notebook | Python |
| License | Other | Apache-2.0 |
| Last pushed | Jun 2, 2026 | Jul 7, 2026 |
| Categories | Model Training, LLM Frameworks | Inference & Serving |
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook
sglang
A Python-based serving framework designed for large language models and multimodal models, supporting speculative decoding, deep learning applications, and integration with various hardware accelerators.
Python