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

OpenClaw Mistral Provider Broken Since 2026.3.8 Update, Community Seeks Alternatives
OpenClaw users report persistent HTTP 422 errors with Mistral models since the 2026.3.8 update, with no fixes in subsequent releases through 2026.3.13. The issue affects all Mistral-related functionality while direct API calls work normally.

ClawCast Ep.3: Onboarding Overhaul, Cancelled Demo, and OpenClaw vs Codex for Long-Run Workflows
Episode 3 of The ClawCast covers OpenClaw's onboarding overhaul, why the demo was cancelled, lessons from Hermes' self-improvement system, and how OpenClaw compares to Codex for long-running autonomous workflows.

Anthropic's Claude Mythos AI model revealed in data leak, described as 'step change' in capabilities
Anthropic is testing a new AI model called Claude Mythos (also referred to as Capybara) that represents a 'step change' in performance, with dramatically higher scores on software coding, academic reasoning, and cybersecurity tests compared to Claude Opus 4.6. The model's existence was revealed through a data leak from an unsecured, publicly-accessible data cache containing approximately 3,000 unpublished assets.

Anthropic files lawsuit to prevent Pentagon blacklisting over AI restrictions
Anthropic has filed a lawsuit seeking to block the Pentagon from blacklisting the company over restrictions on AI use, according to a Reuters report shared on Hacker News.