PyTorch
Tensor operations, model definition, optimization, and distributed execution. See the official PyTorch documentation ↗.
05 / Credits
Jarvisn't is Temuujin's project. It also stands on thoughtful open-source work that deserves direct credit.
Technical foundation
Jarvisn't is built on top of nanochat, an open-source language-model training project by Andrej Karpathy. Its compact end-to-end training stack remains the technical foundation of this repository.
Visit upstream repository ↗Optimization reference
The Muon/AdamW optimizer implementation in Jarvisn't is adapted from Keller Jordan's modded-nanogpt work. The repository and its optimization experiments are credited here as a direct technical source.
Visit Keller Jordan's repository ↗Tensor operations, model definition, optimization, and distributed execution. See the official PyTorch documentation ↗.
The tokenizer implementation used by the training pipeline.
Hardware-aware attention acceleration, with a PyTorch SDPA fallback.
The framework behind this documentation website.
Creator of modded-nanogpt, whose Muon optimizer work informed this training stack.
Implementation citations, dataset-source URLs, and historical comments remain in the code where they provide useful provenance.