The question "how much video memory does our model need" settles the whole server configuration: from the number of cards down to the power supplies. We take the ETE AI Server H200 apart node by node and explain why it is built this way.

The job this machine was built for

There are two different worlds. In the first one the model is already trained and has to be run against a stream of requests and hand back answers. In the second the model has to be trained, or fine-tuned on your own data, and then what decides the outcome is not requests per second but whether everything needed fits into the accelerator memory together with the gradients and the optimiser state.

ETE AI Server H200 is built for the second world. Two NVIDIA H200 NVL cards of 141 GB each, joined by an NVLink bridge, give 282 GB of shared memory. The job sees one pool, not two separate cards with a model you have to slice by hand.

Configuration

Platform 4U rack chassis, up to 8 GPUs, PCIe 5.0
Processors 2× AMD EPYC 9355, 64 cores in total
Memory 1 TB DDR5-6400 ECC Registered, 16× 64 GB
Accelerators 2× NVIDIA H200 NVL 141 GB + NVLink bridge, 282 GB in total
Drives 2× 960 GB NVMe M.2 for the system in RAID1, 4× 7.68 TB U.2 NVMe for data
Networking 2× 25GbE plus a dual-port 200G QSFP112
Power 4× 3200 W with 2+2 redundancy

How much memory a model eats

Simple arithmetic explains where the 282 GB came from. Model weights in half precision take roughly two bytes per parameter. A model of 70 billion parameters is 140 GB of weights alone, and that is before the attention cache, the activations and any headroom for a long context. A single 141 GB card barely holds such a model, a pair of cards works with room to spare.

Model Weights in FP16 What it means for the server
8B about 16 GB fits anywhere, here there is room for a long context and dozens of parallel sessions
70B about 140 GB one card sits at the limit, a pair with NVLink leaves headroom for the cache and for training
70B, fine-tuning from 280 GB gradients and optimiser state double the requirement, this is exactly our case
405B in 4-bit about 200 GB starts on a pair of cards, four make it comfortable

Why the NVLink bridge, if both cards already sit in one server

Two cards in neighbouring slots talk over PCIe. When a model is split between them, every step of computation means exchanging intermediate results, and the bus turns into the bottleneck: the cards wait for each other instead of counting.

The NVLink bridge connects the cards directly, bypassing PCIe. The job sees the memory of the pair as one, and the exchange runs an order of magnitude faster. Without the bridge those 282 GB stay two separate piles of 141 GB, and a large model simply does not lay out across them.

A practical conclusion: if a quotation lists two H200 NVL cards but no NVLink bridge, that is a different machine. Ask about the bridge separately.

Why 64 cores, 1 TB of memory and these particular drives

The processors in a machine like this do not compute the model, they feed the cards with data. Two EPYC 9355 give 64 cores and enough PCIe 5.0 lanes that the cards, the network and the drives never fight over the bus. Saving on the processor here turns into idle accelerators: a card waits while the next batch of data loads.

System memory is usually taken at roughly twice the video memory, which is where the 1 TB comes from. The dataset unfolds in system memory and travels to the cards from there, and against 282 GB of VRAM half a terabyte already feels tight.

The drives are split on purpose. A pair of M.2 in a mirror holds the system: it has to survive the loss of one drive without stopping. Four U.2 of 7.68 TB each are the working space for datasets and checkpoints, written to constantly and in large blocks.

Power: why four units and not two

The 2+2 scheme means the machine runs on two units while the other two sit in reserve. One unit failing, or voltage disappearing on one input, does not stop a training run that goes on for days. Restarting a long job costs more than a pair of power supplies.

Room to grow

  • Up to four H200 NVL with a 4-way bridge: 564 GB of shared memory for models that no longer fit on a pair of cards.
  • System memory up to 2 TB, for when the dataset stops fitting and starts hitting the disk.
  • An NVIDIA AI Enterprise subscription: supported framework builds instead of assembling the environment yourself.

This is not something we invented

The configuration follows the market standard: the American integrators Exxact, BIZON and Thinkmate sell the same machines for the same jobs. The same 4U eight-card platform, the same EPYC processors, the same power scheme. We checked our parts list against their configurators so as not to reinvent the wheel and so the customer can compare.

Who it suits and who it does not

A good fit

  • Training and fine-tuning models on your own data.
  • Inference of large models, where memory capacity decides rather than the number of parallel sessions.
  • Work where the data cannot be handed to somebody else's cloud.

Better look at something else

  • Production inference of several mid-sized models at once: a server on RTX PRO 6000 pays off better, its gigabyte of video memory is cheaper.
  • One person working with a model up to 70B: a workstation under the desk is enough, without a rack and three-phase power.

Frequently asked questions

Can we start with two cards and add two more later?

Yes, the platform holds up to eight accelerators. But the NVLink bridge for two cards and the one for four are different parts, so an upgrade will need the 4-way version.

What about cooling and noise?

This is a rack machine with front-to-back airflow, it cannot stand in an office. For a working room there is an under-desk station on the same RTX PRO 6000 card.

How much does it draw under load?

Two H200 NVL add about 1,200 W, plus the processors, drives and fans. Plan the rack with headroom, and agree the power feed before delivery.

Why a 200 Gb/s port in a server?

It earns its place once there is more than one machine. Training across several nodes runs into the speed of exchange between them, and ordinary 25GbE becomes the bottleneck.

Can we take the configuration without drives, or with different memory?

Yes, the parts list is agreed before ordering. The base configuration is a starting point, not a fixed set.

What we have of this in the catalogue

Author: ETE Engineer