Why the riser trick exists
Plain clearance math: the board offers seven PCI positions, and each Zotac 3090 is a 3-slot card. 3 + 3 leaves exactly one slot for the PRO 6000 — and a full-height x16 card can't sit there directly beside a 3090's cooler shroud. The riser takes the last open slot and hangs the PRO 6000 off two SFF-8654 cables instead. Most of the remaining slots are simply physically blocked by the 3090s. Both native SlimSAS ports are also in service: one feeds the TX201 NIC, the other carries the SATA link to the IronWolf.
03What it's good at
70B-class LLM inference — the PRO 6000's 96 GB runs a 70B model at 16-bit, or ~120B at 4-bit, on one card with no offload.
Tensor-parallel pairs — the NVLinked 3090s give 48 GB + 112.5 GB/s card-to-card for 2-way splits.
CPU-side work — 64 cores + 205 GB/s memory handles data prep, tokenization, retrieval indexes, and quantization jobs while the GPUs cook.
KVM-over-IPMI — headless management is built into the board; no monitor needed after setup.
04Watch-outs
Power budget with headroom
Rated TDPs sum to ≈1225 W (225 CPU + 2×350 GPU + 300 GPU + board/fans) against a 2200 W Platinum supply — comfortable, with room for transient spikes across three cards. The 240 V feed keeps the PSU in its 230 V efficiency band and halves the line current. Downstream, the 3000 W online-UPS gives roughly 2× the wall load for ride-through.
Memory bandwidth mismatch
GPU memory bandwidth (936 GB/s–1.8 TB/s per card) towers over system memory (205 GB/s). CPU offload of layers works but is the bottleneck — size models to fit VRAM, not RAM.
BIOS checklist
Above 4G Decoding on · PCIe bifurcation matched to the riser wiring · NPS (NUMA) setting chosen deliberately (NPS4 usually helps 8-channel locality) · C-states tuned for latency vs. idle power.
05Software stack
OS: Ubuntu 26.04 LTS.
Serving: SGLang, currently serving Qwen3.8-Flash-Next via an OpenAI-compatible endpoint.
Model library: 4 TB NVMe — multi-model rotation without republishing weights.
06Open questions
Not yet pinned down for this sheet:
? CPU cooler — SP3 needs a socket-tr4/SP3-mount cooler; which one is on there?
? Measured idle and full-load wall draw — beats any TDP arithmetic.