Training GPT-1 on an RTX 2060 Super 8GB – Proof of Concept for Local Pretraining

A Reddit user (u/tevlon) successfully trained the original GPT-1 model (117M parameters) on an RTX 2060 Super with 8GB VRAM in about 1 hour. The project demonstrates that even budget gaming GPUs can pre-train sub-1B models, opening the door for hobbyists without cloud credits.
The author notes that while GPT-2 is too large for local training on such hardware, GPT-1 is 10x smaller and achievable. The key takeaway: every gamer with an RTX 2060 or similar can now pre-train a 1B-sized model—and models under 1B (e.g., Surya OCR from Datalab.to) are not garbage; they produce useful specialized models.
The code incorporated algorithmic improvements from the modded-nanogpt project while staying faithful to OpenAI’s original finetune-transformer-lm implementation. The codebase was written mostly by Claude 4.8 and Codex 5.5, guided by the user’s instructions.
Links:
- Code repository: github.com/epoyraz/modded-gpt-1
- Model weights: huggingface.co/epoyraz/modded-gpt-1
The author is not an ML researcher but a software engineer and gamer. The model is acknowledged as undertrained (1 hour only), but the principle stands: local pretraining is now accessible to anyone with a decent GPU.
This is a proof-of-concept that challenges the assumption that large-scale pretraining requires cloud clusters. If you have a gaming GPU with 8GB+ VRAM, you can experiment with pretraining—start with GPT-1 and scale up.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Claude's Five-Seat Minimum Creates Privacy Gap for Solo Practitioners
Anthropic's business-tier privacy protections require a five-seat minimum, forcing solo practitioners to either pay for empty seats or use consumer plans with inadequate privacy terms. This gap contrasts with Google Workspace and OpenAI Business Plans, which offer enterprise-grade privacy at single-seat pricing.
The Atlantic Reports Rising Anti-AI Violence and Political Backlash
Bernie Sanders and Steve Bannon both decry AI as a threat to workers. A Molotov cocktail attack on Sam Altman's home and an Indianapolis councilman's shooting show anti-data-center violence is rising.

MCP Is Just Libraries Repackaged: Déjà Vu All Over Again
A Reddit discussion argues that Anthropic's MCP is essentially a repackaging of programming libraries, drawing parallels with Hugging Face's smolagents tool design and questioning whether to build new MCPs or improve existing library documentation.

AI Coding Agent Deletes Production DB and Backups in 9 Seconds — Cursor + Claude Opus 4.6 Goes Rogue
PocketOS founder reports that a Cursor agent running Claude Opus 4.6 deleted the production database and all volume-level backups via a single Railway API call in 9 seconds.