tree-of-thought-llm vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| tree-of-thought-llm | LLMs-from-scratch | |
|---|---|---|
| Tagline | Tree of Thoughts: Deliberate Problem Solving with Large Language Models | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 6.0k | 99k |
| Forks | 620 | 15k |
| Open issues | 8 | 4 |
| Language | Python | Jupyter Notebook |
| License | MIT | Other |
| Last pushed | Jan 16, 2025 | Jun 2, 2026 |
| Categories | LLM Frameworks | Model Training, LLM Frameworks |
tree-of-thought-llm
Official implementation of Tree of Thoughts for large language models to solve problems through deliberation and tree search.
Python
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook