Benchmark / 8× NVIDIA B200

LLM cold start: native vs. Cedana restore

Measured cold start times for key frontier open-weight models on 8× NVIDIA B200. Native engine cold start grows with model size; Cedana restores every model in 57–70 seconds, including a 1.6T-parameter model that natively takes 34 minutes.

29.3×
peak speedup
57–70s
restore range, 229B–1.6T params
8× B200
NVIDIA Blackwell, 1.7TB memory
The flat line

Native cold start grows with the model. Cedana restore doesn't.

Scale deployments for frontier inference.

010 min20 min30 minthe tax you stop payingNative cold start9.4 min22 min20.3 min34 min9.9×21.7×19.3×29.3×Cedana: ~1 minute, every model70sMiniMax-M2.7229BGLM-5.2-FP8753BKimi-K2.61100BDeepSeek-V4-Pro1600B

8× NVIDIA B200 · 1.7TB memory · CUDA 12.9 · official sglang cookbook recipes · models ordered by parameter count

Results

Key frontier models, measured.

ModelParamsCheckpoint (GiB)NativeCedanaSpeedup
MiniMax-M2.7MoE229B244564s57s9.9×
GLM-5.2-FP8MoE · Multimodal753B7341322s61s21.7×
Kimi-K2.6MoE · Multimodal1100B6701217s63s19.3×
DeepSeek-V4-ProMoE1600B8732051s70s29.3×

Restore time scales with checkpoint size, not parameter count: MoE and quantization keep it sublinear as models grow.

Per-model results

Model by model.

DeepSeek-V4-Pro (1600B, MoE)

Native cold start: 2051 seconds (34.2 minutes). Cedana restore: 70 seconds from an 873 GiB checkpoint, a 29.3× speedup. The largest model in the set and the largest win.

Kimi-K2.6 (1100B, MoE, multimodal)

Native cold start: 1217 seconds (20.3 minutes). Cedana restore: 63 seconds from a 670 GiB checkpoint, a 19.3× speedup. Restores faster than the smaller GLM-5.2 because its checkpoint is smaller: restore tracks checkpoint size, not parameter count.

GLM-5.2-FP8 (753B, MoE, multimodal)

Native cold start: 1322 seconds (22 minutes). Cedana restore: 61 seconds from a 734 GiB checkpoint, a 21.7× speedup.

MiniMax-M2.7 (229B, MoE)

Native cold start: 564 seconds (9.4 minutes). Cedana restore: 57 seconds from a 244 GiB checkpoint, a 9.9× speedup.

Methodology

How these numbers were measured.

All runs on a single node with 8× NVIDIA B200 (Blackwell) and 1.7TB of system memory, CUDA 12.9. Models were served with sglang using the official sglang cookbook recipes for each model, unmodified.

Native cold start is the time from engine launch to ready-to-serve, including weight loading and full engine initialization. Cedana restore is the time to restore the same fully-initialized engine from a Cedana checkpoint to ready-to-serve. Checkpoint sizes are as reported in the table.

Cedana captures at the OS and CUDA driver level, so results are independent of the serving framework; equivalent behavior applies across vLLM and SGLang. Accelerated cold starts are also validated on H100 and A100 systems.