LLM Training Cluster
A dense, bare-metal cluster tuned for synchronous data- and model-parallel training. The design is dominated by the east-west collective-communication fabric — everything else serves keeping the GPUs fed and the all-reduce fast.
Customize in DesignerTrain or continue-pretrain foundation models on-prem with predictable throughput and cost, without paying cloud premiums for long-running reserved capacity.
- ·Jobs are large and synchronous — a stalled node stalls the run.
- ·Non-blocking or rail-optimized fabric with RDMA (InfiniBand or RoCEv2).
- ·Checkpoints are frequent and large; storage must sustain burst writes.
- ·Operators can plan facility power and (likely) liquid cooling.
Rendering diagram…
Compute
8-GPU SXM/OAM nodes with NVLink/NVSwitch or Infinity Fabric intra-node; topology-aware scheduling so ranks land on the right rails. High per-node power — plan for 700-1000W-class parts and liquid cooling.
Network
Dedicated rail-optimized fabric for training traffic (InfiniBand or lossless RoCEv2 with PFC/ECN). Separate management and storage networks. GPUDirect RDMA end-to-end; NCCL/RCCL tuned for the topology.
Storage
Parallel file system (Lustre / IBM Storage Scale / BeeGFS) sized for burst checkpoint writes; object tier for cold datasets. GPUDirect Storage where supported.
Kubernetes
Bare-metal Kubernetes with gang scheduling (Kueue or Volcano), NUMA + topology manager aligned, huge pages, and the GPU operator managing drivers/firmware.
Security
Multi-tenant queue isolation, signed images, node hardening (CIS), and secrets via Vault/ESO. Training data access is audited.
Observability
DCGM/ROCm-SMI per GPU, NCCL/RCCL profiling, fabric counters (PFC pauses, ECN marks), and job-level throughput SLOs to catch stragglers.
- highUndersized or lossy fabric turns into NCCL timeouts and collapsed throughput.
- highPower/cooling not planned for 700-1000W parts blocks go-live.
- mediumCheckpoint storage can't sustain burst writes, stalling training.
- 1
Facility + fabric
Power, cooling, and the rail-optimized network validated with RDMA/NCCL micro-benchmarks before any workload.
- 2
Platform
Bare-metal Kubernetes, GPU operator, gang scheduler, parallel FS.
- 3
Validation
Standard training benchmark at target scale; confirm linear-ish scaling and checkpoint throughput.
- 4
Production
Onboard teams behind queues; wire straggler and fabric alerts.
- NCCL/RCCL all-reduce bandwidth within expected % of line rate at full scale.
- No PFC pause storms or ECN saturation under sustained load.
- Checkpoint write completes inside the checkpoint interval.
- Failed-node job reschedule resumes from last checkpoint.