LLMs-from-scratch vs Chinese-LLaMA-Alpaca
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| LLMs-from-scratch | Chinese-LLaMA-Alpaca | |
|---|---|---|
| Tagline | Implement a ChatGPT-like LLM in PyTorch from scratch | Chinese LLaMA & Alpaca大语言模型+本地CPU/GPU训练部署 |
| Stars | 99k | 19k |
| Forks | 15k | 1.9k |
| Open issues | 4 | 5 |
| Language | Jupyter Notebook | Python |
| License | Other | Apache-2.0 |
| Last pushed | Jun 2, 2026 | Apr 19, 2026 |
| Categories | Model Training, LLM Frameworks | LLM Frameworks, Model Training |
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook