Skip to main content

Use case

Large-Scale AI Factory

Large-scale accelerator environment with liquid cooling and high-speed networking.

A hall-scale accelerator program delivered with a hall partner or custom-system supplier: megawatts and liquid as hall constraints, 800G fabrics and the GPU / TPU / ASIC plant as NeuronPlant's job. Not NeuronPlant as the data-center contractor.

Architecture

  1. 01Datasets / ingest
  2. 02Hall-scale HPS
  3. 03Accelerator supercluster
  4. 04Checkpoint / archive
  5. 05AI platform
  6. 06Production workloads
  7. 07Operate

This path is one instance of the factory data pipeline: data to workload, landed on the accelerator plant, then operate. NeuronPlant engineers the cell and the vendor coordination. We do not write every model. We do not construct the hall.

Applications / Platform →Runtime / Operate →

NP-NET / NVIDIA switch planes

East-West · North-South · Management. Families, not SKUs.

East-West

01

East-West Compute Fabric

NVIDIA Quantum-X / Spectrum-X

RDMA/RoCE or InfiniBand. GPU-to-GPU, DGX-to-DGX, scale-out.

800 Gb/s XDR / 400 Gb/s NDR / 800GbE class

Collectives, NCCL, scale-out between nodes or NVL racks. The model runtime lives here. This is not user traffic and not BMC.

02

Storage / Data Fabric

Quantum or Spectrum-X

Own data plane when dedicated. Off the compute rails.

400 Gb/s IB or 800GbE

Compute to high-performance storage: datasets, checkpoints, RAG index path. Do not fold it into a generic East-West compute line if dedicated. Do not auto-label it North-South or East-West without that context. Decide with the storage machine, not with leftover ports.

North-South

03

North-South / Front-End Fabric

Spectrum-X Ethernet

Users, apps, API gateway/LB, enterprise/core, firewalls.

100G-class typical

Application-facing Ethernet. NFS homes, logs, ingest, people. Must not share queues with training I/O. Not just another rail next to the GPU rails.

Management

04

Management / OOB Fabric

Dedicated 1/10G / Cat6A

BMC, management, operational control. Own patch field.

1/10G class

Lights-out, firmware, serial, leak, PDU management if that job exists. In-band plant services sit here, not on application North-South. If this dies inside a compute bundle, the hall is dark and you cannot see why.

DWG-NET-01 · laying out

NP-STO / What to look for

Storage is a workload decision.

Throughput numbers below for training come from the NVIDIA SuperPOD with NVIDIA DGX B300 reference architectures. RAG and NIM notes follow how those stacks actually move bytes, plus the NVIDIA NIM support matrix for profile sizing.

Training / post-training

Sustained sequential GB/s and checkpoint burst, not IOPS marketing.

Shared parallel filesystem for datasets. Separate checkpoint target that can absorb a simultaneous flush from the job. NVIDIA SuperPOD B300 RA states high-performance storage I/O per node must exceed 40 GB/s (Ethernet RA) and, on the Quantum-X800 RA, 80 GB/s.

Typical: HPS on IB (QM9700) or RoCE (SN5600) as the storage/data fabric, plus a quieter NFS/user tier on SN5610 as North-South / front-end. Do not fold HPS into a generic East-West compute line if dedicated.

Avoid: A single enterprise NAS asked to be both home directories and the training scratch.

RAG / enterprise retrieval

Random read IOPS, metadata, and a clean split between documents and the vector index.

Object or file store for source documents. NVMe-backed or in-memory vector index. Ingest path sized to nightly rebuilds, not to training checkpoints.

Typical: Object + vector engine. North-South / front-end Ethernet is usually enough if the index is local or on a low-latency tier. That is not the East-West compute fabric.

Avoid: Putting the vector store on the same parallel FS as a training job.

Inference / NIM serving

Fast model-weight load, local NVMe or a warm cache, isolation from training I/O, and a KV / prefix cache plan on large serving.

NVIDIA NIM selects a profile from its support matrix (precision, tensor-parallel size, LoRA). Weights load from local NVMe. That is not the whole inference memory story. On a large workload, KV cache needs a hierarchy: GPU HBM, host overflow, and sometimes a shared prefix cache across the serving plane. That tier is not a storage array and not a checkpoint pool.

Typical: Node-local NVMe for NIM images and weights. KV in HBM first. Host memory and a serving-plane prefix cache when context and concurrency fill the GPU.

Avoid: Loading 70B-class weights over a contended NFS home share. Treating KV as another LUN on the training filesystem.

Research / HPC mix

Scratch that can be purged, project space that cannot, and a scheduler that knows the difference.

Burst scratch on the HPS fabric. Project datasets on a capacity tier. Home and logs on the user-storage Ethernet path, as in the NVIDIA SuperPOD split.

Typical: Two storage systems: HPS + user storage. NVIDIA documents this split explicitly.

Avoid: One quota, one protocol, every lab on the same queue.

NP-CBL / Fabric planes

East-West · North-South · Management. Cabling builds the plants.

DWG-CBL-01 / NOT FOUR EQUAL JOBSSTRUCTURED CABLING BUILDS THESE PLANTSENTERPRISE / USERS / APPLICATIONSAPI GATEWAY / LB · FIREWALLS · CORENORTH-SOUTH / FRONT-END FABRICFRONT-END / APP / ENTERPRISEAI PLATFORM / DGX ENVIRONMENTNOT THE HALL · THE ACCELERATOR CELLEAST-WEST COMPUTE · QUANTUM-X / SPECTRUM-XGPU-TO-GPUDGX-TO-DGX · RDMASTORAGE / DATA · DEDICATED · COMPUTE ↔ HPSMGMT / OOB · NOT N-SDGXGPU rail 1DGXGPU rail 2DGXGPU rail 3DGXGPU rail 4OVERHEAD BASKETS / HOW THE PLANTS ARE BUILT / NOT A FIFTH FABRICEW · TRAY A · COMPUTE MPO · RAIL-ALIGNEDEW · TRAY B · STORAGE / DATA · OFF THE COMPUTE RAILSNS · TRAY C · FRONT-ENDMGMT · TRAY D · OOB / BMCN-S IS USERS AND APPSE-W IS GPU / DGX SCALE-OUTUNDERFLOOR = POWER / LIQUID · OVERHEAD = FIBER · SLACK AT RACK AND FRAMESTORAGE AND OOB INDEPENDENT

DWG-CBL-01 · laying out

EW / East-West

Hall-internal scale-out. Compute fabric first. Storage/data fabric on its own plane when dedicated. Not user traffic.

01 / East-West Compute Fabric

MPO/MTP trunks, 400/800G optics, rail-aligned

GPU-to-GPU, DGX-to-DGX, scale-out. RDMA/RoCE or InfiniBand. NVIDIA Spectrum-X or Quantum-X as the high-speed EW compute fabric. NCCL, all-reduce. One polarity map. One tray.

02 / Storage / Data Fabric

Separate MPO or LC plant onto the storage leaf when dedicated

Compute to high-performance storage: datasets and checkpoints. Own internal data plane when physically separate. Do not fold it into a generic East-West compute line. Do not auto-label it North-South or East-West without that context. NVIDIA SuperPOD keeps this off the compute rails.

NS / North-South

Users, applications, API gateway/load balancer, enterprise/core, firewalls. Application-facing Ethernet. Not another GPU rail.

03 / North-South / Front-End Fabric

LC or lower-count MPO, 100G-class typical

Users, apps, API gateway/LB, enterprise/core, application-facing Ethernet. Not just another rail next to the GPU rails. Must not share a tray or a cassette with training I/O.

MGMT / Management

BMC, management, operational control. Never classify as application North-South.

04 / Management / OOB Fabric

Cat6A or dedicated 1/10G optics. Own patch field.

BMC, management, operational control. Lights-out, firmware, serial, leak sensors. Never application North-South. If this plant dies inside a compute bundle, you cannot even see why the hall is dark.

Fiber plant, MPO, labeling and test are spec lines, not a fit-out. Structured Cabling & Passive Infrastructure.

NP-DSX / Campus stack

NVIDIA's map. Not a NeuronPlant campus

  1. 01

    Grid / substation

    Utility lands above 100 kV, steps into a 34.5 kV campus backbone with two buses: Network Core and GPU Compute.

  2. 02

    BESS and standby generation

    BESS on the 34.5 kV bus as a buffer for spiky AI load. Standby generation in N+2 for Core continuity. Sizing is site-specific.

  3. 03

    Central Utility Building

    Shared plant for liquid and air. Chillers on 4.16 kV. Pumps, dry coolers and controls on 480 V. UPS only on the Core side of the CUB.

  4. 04

    Dry coolers

    Air-side heat rejection, no evaporative water in this reference pattern. NVIDIA states a 45°C liquid-cooling design point so more of the facility budget stays with compute.

  5. 05

    CDU gallery

    Liquid-to-liquid CDUs in the mechanical gallery, N+1 groups. Secondary loop to GPU cold plates. NVIDIA publishes a TCS design flow of at least 1.5 LPM/kW.

  6. 06

    Compute data hall

    A Scalable Unit is one compute hot-aisle plus one support hot-aisle. Cabinet TDP in the public overview runs from 198 kW (MGX Gen 1.1) to 330 kW (Vera Rubin NVL72).

  7. 07

    CIN spine and network core

    East-West cluster interconnect with a 500 m optical reach limit. That number is a fiber plant constraint (SMF, MPO, polarity, test), not a switch SKU. Network Core holds tenant access (North-South), secure management (not application North-South), high-speed storage (its own data fabric when dedicated) and meet-me rooms.

Campus layers restated from NVIDIA public DSX overview so a hall partner or customer program can speak that language. Full Vera Rubin packs are NVOnline. NeuronPlant does not construct that campus. NVIDIA DSX on this site.

Infrastructure

Site
MW-class hall from a partner or custom-system supplier. Utility and water are gates of that room, not a NeuronPlant civil works package.
Power
MW-class, staged to utility and on-site distribution
Cooling
Facility water, CDUs, rear-door or direct-to-chip, N+1 rejection
Compute
Accelerator halls at multi-pod scale. GPU plant: NVIDIA DGX GB200 NVL72 / NVIDIA DGX GB300 NVL72. TPU and other ASICs when that is the job.
Network
Quantum-X or Spectrum-X East-West scale-out, dedicated storage/data fabric, North-South for users, management/OOB independent
Structured cabling
SMF/MPO campus plant inside the CIN 500 m class from the public NVIDIA DSX overview. Overhead baskets. Trays grouped by plane: East-West compute, storage/data, North-South, management/OOB. OTDR on backbone. As-builts before first power-on.
Storage
Multi-tier: scratch, dataset, checkpoint, archive
Platform
Datasets → hall HPS → supercluster → checkpoints → production workloads.
Operate
Cell-by-cell Kubernetes. Observe before first training run, not after.

Design considerations

  • Utility interconnection timeline (hall owner or custom-system supplier)
  • Water and heat-rejection path
  • Phased pod delivery
  • Logistics of high-density racks
  • Fiber plant reach, polarity, and test records at hall scale
  • Operations before first training run
  • Cell-by-cell expansion
  • Observe before first training run

NP / Intake

Tell us what you need to achieve with AI.

One accountable delivery partner from AI requirement to a delivered factory: site, power, cooling, compute, fabric, structured cabling & passive infrastructure, storage, platform, procurement, and handover. You do not need a vendor list or a hall name first. The hall is a supplier.

Start a Project →