llm-resource vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| llm-resource | LLMs-from-scratch | |
|---|---|---|
| Tagline | LLM全栈优质资源汇总 | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 723 | 99k |
| Forks | 83 | 15k |
| Open issues | 0 | 4 |
| Language | Shell | Jupyter Notebook |
| License | Apache-2.0 | Other |
| Last pushed | Jul 15, 2025 | Jun 2, 2026 |
| Categories | Developer Tools, Model Training, Inference & Serving | Model Training, LLM Frameworks |
llm-resource
该仓库收集了关于大规模语言模型(LLM)的各个方面的全面资源,从算法原理到应用开发。涵盖了LLM训练、推理、数据工程等不同主题。
Shell
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook