Comparison
nndeploy vs LLMs-from-scratch
Verdict
Pick nndeploy when nndeploy is primarily C++; LLMs-from-scratch is Jupyter Notebook; pick LLMs-from-scratch when lLMs-from-scratch is primarily Jupyter Notebook; nndeploy is C++.
Markdown twin · nndeploy alternatives · LLMs-from-scratch alternatives
GraphCanon updated today
vs
Trust & integrity
| Signal | nndeploy | LLMs-from-scratch |
|---|---|---|
| Maintenance | Steady (80d since push) As of today · github_public_v1 | Steady (38d since push) As of 4d · github_public_v1 |
| Provenance | Not a fork · Organization account As of today · github_public_v1 | Not a fork · Personal account As of 4d · github_public_v1 |
| OSV dependency advisories | Published findings As of today · osv@v1 | No lockfile (source not queried) As of 4d · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- nndeploy
- 一款简单易用和高性能的AI部署框架 | An Easy-to-Use and High-Performance AI Deployment Framework
- LLMs-from-scratch
- Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
Stars
- nndeploy
- 1.8k
- LLMs-from-scratch
- 99k
Forks
- nndeploy
- 226
- LLMs-from-scratch
- 15k
Open issues
- nndeploy
- 23
- LLMs-from-scratch
- 4
Language
- nndeploy
- C++
- LLMs-from-scratch
- Jupyter Notebook
Adopt for
- nndeploy
- -
- LLMs-from-scratch
- LLMs-from-scratch is a project-oriented repository aimed at building PyTorch-based language models from the ground up, with detailed step-by-step instructions.
Persona
- nndeploy
- -
- LLMs-from-scratch
- -
Runtime
- nndeploy
- -
- LLMs-from-scratch
- -
License
- nndeploy
- Apache-2.0
- LLMs-from-scratch
- Other
Last pushed
- nndeploy
- Apr 25, 2026
- LLMs-from-scratch
- Jun 2, 2026
Categories
- nndeploy
- Inference & Serving, LLM Frameworks, Model Training
- LLMs-from-scratch
- LLM Frameworks, Model Training
Trust and health
Days since push
- nndeploy
- 80d
- LLMs-from-scratch
- 38d
Open issues (now)
- nndeploy
- 23
- LLMs-from-scratch
- 4
Owner type
- nndeploy
- Organization
- LLMs-from-scratch
- User
OSV dependency advisories
- nndeploy
- Published findings
- LLMs-from-scratch
- No lockfile (source not queried)
Full report
- nndeploy
- Trust report
- LLMs-from-scratch
- Trust report
Choose nndeploy if…
- nndeploy is primarily C++; LLMs-from-scratch is Jupyter Notebook.
- License: nndeploy is Apache-2.0, LLMs-from-scratch is Other.
- Tags unique to nndeploy: ascend, deployment, diffusers, genai.
- Also covers Inference & Serving.
When NOT to use nndeploy
- Inference & Serving: Self-hosting rarely beats a hosted API on cost until you have steady, high-volume traffic.
- LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves.
- Model Training: Try prompting and RAG first; fine-tuning is the answer to style/format, not missing knowledge.
Choose LLMs-from-scratch if…
- LLMs-from-scratch is primarily Jupyter Notebook; nndeploy is C++.
- License: LLMs-from-scratch is Other, nndeploy is Apache-2.0.
- Tags unique to LLMs-from-scratch: artificial-intelligence, attention-mechanism, finetuning, from-scratch.
- - You are an advanced practitioner aiming to fully understand the underpinnings of LLMs using PyTorch as your primary framework.
When NOT to use LLMs-from-scratch
- - If you are looking for a rapid deployment of an LLM without understanding its intricate structure - this tool requires extensive manual and conceptual work.
- - You prefer frameworks with automatic model generation or other high-level abstractions that simplify the process. This repository emphasizes manual creation, which is more time-consuming but offers
- a deeper learning experience.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (nndeploy/nndeploy) · observed Jul 15, 2026
- GitHub forks (nndeploy/nndeploy) · observed Jul 15, 2026
- Last push (nndeploy/nndeploy) · observed Apr 25, 2026
- License file (Apache-2.0) · observed Jul 15, 2026
- Trust scan (lockfile / OSV) · observed Jul 15, 2026
- GitHub stars (rasbt/LLMs-from-scratch) · observed Jul 11, 2026
- GitHub forks (rasbt/LLMs-from-scratch) · observed Jul 11, 2026
- Last push (rasbt/LLMs-from-scratch) · observed Jun 2, 2026
- License file (Other) · observed Jul 11, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: nndeploy 1.8k · LLMs-from-scratch 99k (synced Jul 15, 2026).
Common questions
- What is the difference between nndeploy and LLMs-from-scratch?
- nndeploy: 一款简单易用和高性能的AI部署框架 | An Easy-to-Use and High-Performance AI Deployment Framework. LLMs-from-scratch: Implement a ChatGPT-like LLM in PyTorch from scratch, step by step. See the comparison table for live GitHub stats and shared categories.
- When should I choose nndeploy over LLMs-from-scratch?
- Choose nndeploy over LLMs-from-scratch when nndeploy is primarily C++; LLMs-from-scratch is Jupyter Notebook; License: nndeploy is Apache-2.0, LLMs-from-scratch is Other; Tags unique to nndeploy: ascend, deployment, diffusers, genai; Also covers Inference & Serving.
- When should I choose LLMs-from-scratch over nndeploy?
- Choose LLMs-from-scratch over nndeploy when LLMs-from-scratch is primarily Jupyter Notebook; nndeploy is C++; License: LLMs-from-scratch is Other, nndeploy is Apache-2.0; Tags unique to LLMs-from-scratch: artificial-intelligence, attention-mechanism, finetuning, from-scratch; - You are an advanced practitioner aiming to fully understand the underpinnings of LLMs using PyTorch as your primary framework.
- When should I avoid nndeploy?
- Inference & Serving: Self-hosting rarely beats a hosted API on cost until you have steady, high-volume traffic. LLM Frameworks: Avoid a framework for a single prompt-and-retrieve call; the abstraction can cost more than it saves. Model Training: Try prompting and RAG first; fine-tuning is the answer to style/format, not missing knowledge.
- When should I avoid LLMs-from-scratch?
- - If you are looking for a rapid deployment of an LLM without understanding its intricate structure - this tool requires extensive manual and conceptual work. - You prefer frameworks with automatic model generation or other high-level abstractions that simplify the process. This repository emphasizes manual creation, which is more time-consuming but offers a deeper learning experience.
- Is nndeploy or LLMs-from-scratch more popular on GitHub?
- LLMs-from-scratch has more GitHub stars (98,899 vs 1,847). Stars measure visibility, not whether either tool fits your constraints.
- Are nndeploy and LLMs-from-scratch open source?
- Yes - both are open-source projects on GitHub (nndeploy: Apache-2.0, LLMs-from-scratch: Other).
- Where can I find alternatives to nndeploy or LLMs-from-scratch?
- GraphCanon lists graph-backed alternatives at nndeploy alternatives and LLMs-from-scratch alternatives (nndeploy markdown twin, LLMs-from-scratch markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, nndeploy or LLMs-from-scratch?
- nndeploy: Steady. LLMs-from-scratch: Steady. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for nndeploy and LLMs-from-scratch?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: nndeploy trust report; LLMs-from-scratch trust report.