motorhead vs LLMs-from-scratch
A neutral, constraint-first comparison - live GitHub stats and typed relationships, not marketing.
| motorhead | LLMs-from-scratch | |
|---|---|---|
| Tagline | Motorhead is a memory and information retrieval server for LLMs. | Implement a ChatGPT-like LLM in PyTorch from scratch |
| Stars | 916 | 99k |
| Forks | 87 | 15k |
| Open issues | 21 | 4 |
| Language | Rust | Jupyter Notebook |
| License | Apache-2.0 | Other |
| Last pushed | Jul 22, 2025 | Jun 2, 2026 |
| Categories | LLM Frameworks | Model Training, LLM Frameworks |
motorhead
Deprecated repository providing a Rust-based memory and information retrieval service with APIs designed to assist in managing conversation history within chat applications using Large Language Models (LLMs).
Rust
LLMs-from-scratch
Repository containing code and instructions for developing, pretraining, and finetuning a GPT-like large language model (LLM) using PyTorch.
Jupyter Notebook