← All Topics

DGX Station GB300

Public notes from one NVIDIA DGX Station GB300 in a home lab. Recipes, dated measurements, and the configs that lost. This is the page to share. External coverage of the deskside SKU is collected on GB300 Links.

If you only read one: Testing the inner loop on DSFVE โ€” the evidence trail and the simpler, digest-pinned Recipe v2 generated from it. Recipe, launcher, and sanitized receipts are on GitHub.

Spark (GB10) posts are a different machine. Those live under Local LLMs.

Hardware: the empty CX8 M.2s are filled. Exxact M.2 upgrade — 2× WD_BLACK SN850X 8 TB, RAID0 14.55 TiB at /models. Identify disks by serial; nvmeN reshuffles.

What this Station has actually served

WorkloadWhat is provenRead
DeepSeek-V4-Flash-Vision-Exp (Recipe v2) Native FP4, digest-pinned SGLang, DSpark, explicit static verification, no SPS table, checkpoint-default NextN, 1M context, TP=1. Iteration 13 measured 2,985.4 tok/s at C64; C8โ€“C64 was equivalent to baseline inside the frozen ยฑ3% band. Recipe v2 evidence ยท original post
GLM-5.3-Flash NVFP4 DFlash2 daily-driver recipe. Published: 234 tok/s single-stream; warmup is mandatory; tool-call parsers are not optional. Flash testing
Full GLM-5.3 744B NVFP4 K=2 closed on the 512K slot-cache lane (9/20 greedy, 47.13 vs 48.03 tok/s). Keep K=1. Decode remains GPU-bound and dominated by masked_row_copy C2C miss bytes. 744B testing ยท HBM expert allocation
GLM-5.3 research pass Independent replay reproduces the offline simulator exactly (hit 0.7331112905490802, 4.2702 misses/step/layer). 17.6 of the measured 40.1 ms decode step is expert-row copy over C2C — 44% of the step at 80% of the measured 383 GB/s ceiling. Cache policy is not the lever; KV placement is, and it has never been measured. 1.78× honest ceiling. GLM 5.3 research
GLM-5.3-Flash, round 3 Ruler fix: round-2 C1 rows measured max-effort thinking; answer-only is 202.7 tok/s (265 thinking counted). Nightly 8874c51a new daily; block 7 kept over 5/6; fused verify, ReplaySSM spec, TRT-LLM DSA, native MTP, trtllm MoE closed with receipts. Clean C8 732 agg. Flash round 3
GLM-5.3-Flash, round 2 NVIDIA NVFP4 + DFlash2 block 7, 1M ctx: 252 ~202 tok/s C1 answer-only (corrected, see round 3); KL-gated vs FP8 original (0.136, ~16% token flips either quant). Slot-cap correction: DFlash2 wins per seat through C24. AR lane: 48 users at 50 tok/s each, 128 at 34, TTFT p95 1.4 s. Flash round 2
DeepSeek-V4.1-Flash native One Station, native weights, 1M context, DSpark k=5: ~88 tok/s on real agent turns (150 on clean code), 18K tok/s prefill, 972K prompt in 85 s; 8-min boot; Hermes-wired. Not promoted. Flash 4.1 testing
DeepSeek-V4.1-Flash expert offload 98.7% of routed-expert selections hit 73% of the table; a usage-chosen cold set would see 2.7% vs 24% positional. Closed on hardware: weights are one contiguous tensor per layer (no per-expert kernel hook) and the GPU reads Grace at full speed (ATS, 340 GB/s) or with placement control at quarter speed (90 GB/s). Two-tensor row-map = +20% C1 in-domain, 74-min autotune; not worth it. Offload by expert

Numbers are dated lab measurements from the linked posts, not leaderboard claims. Different engines, quants, and concurrency are not automatically comparable.

Posts

Public recipe repos

Related