Running 177B MoE Models on a 12 GB GPU with llama-moe-cache and NVMe Streaming [Part 3]

In Part 1 of this series, we set up Qwen 3.6 35B A3B with FreeToken on an RTX 3060 (12 GB VRAM), clocking a reliable 65 to 70 tokens per second for daily coding loops. In Part 2, we ran 640 public trials and 280 private trials benchmarking terminal coding agents, and found that 35B models solve everyday bugs and features with great reliability.

Then came the inevitable follow-up question: what is the absolute ceiling on single-card consumer hardware? Can we actually run a frontier-scale 100B+ MoE model on a $280 graphics card without renting a cluster or buying four GPUs?

[Read More]

Running Qwen 3.6 35B NVFP4 Locally with FreeToken: Fitting a Coding MoE into 12GB VRAM [Part 1]

This is Part 1 of a three-part series on running, benchmarking, and scaling local coding agents. In Part 2, we benchmark this setup across 640 public trials and 280 private trials on a production Go monorepo, including Claude Code, Codex, Antigravity, local Qwen, and two hosted models. In Part 3, we build and test the specialized llama-moe-cache fork to run 177B Qwen3.8-Flash-Next on desktop hardware.

I wanted a capable local reasoning model for coding agents on my workstation, but my GPU is a standard desktop NVIDIA GeForce RTX 3060 with 12GB VRAM. Running modern 30B+ coding models locally usually demands either punishing quantization trade-offs or multiple datacenter cards.

[Read More]