Manual · GPU

DGX Spark: a data center in a box

NVIDIA's GB10 Grace Blackwell superchip, 128GB of unified memory, and the most measured benchmarks of any personal AI machine. This is what "local frontier" looks like in 2026.

DGX Spark is NVIDIA's attempt to put a DGX on your desk. It's a small, fan-cooled box (about the size of a Mac mini) built around the GB10 Grace Blackwell superchip: a Blackwell GPU die plus a Grace CPU die, connected by NVLink-C2C, sharing 128GB of unified memory. It's the first NVIDIA machine that works like an Apple Silicon: one pool of memory, no PCIe transfers for model weights.

The numbers

Measured, not marketing

local.ai has 84 measured benchmarks on the DGX Spark. The standout: it's the only personal machine that runs NVFP4 weights via vLLM at interactive speeds. Here's the top of the list:

The pattern is unmistakable: NVFP4 via vLLM is the way to run this machine. The same 35B A3B model gets 120.8 tok/s in NVFP4 (vLLM) vs 78.4 tok/s in IQ1M (llama.cpp), a 54% speedup from format alone. That's Blackwell's micro-tensor scaling doing real work.

Why it matters for inference

DGX Spark is the first personal machine that runs the same weight format and the same engine (vLLM, NVFP4) as a production cluster. That means the quantization you test at home is the quantization you ship. It's a 128GB unified-memory machine, so a 70B at 4-bit (~40GB) leaves room for KV cache and context. A 405B at 4-bit (~230GB) needs two, but a 671B MoE at 4-bit? Not on one.

It's not a B200. It's not meant to be. It's the machine that makes local frontier inference a hobby you can afford, and the benchmark data proves it's not a toy.

Sources

Back to the manual