Deploy your first model on NVIDIA HGX B200 GPUs and verify the setup end-to-end.
Complete the Environment Setup first. You should have:
LD_LIBRARY_PATH and PATH configurednvidia-smiEvery terminal session needs these variables before running vLLM:
Start with Nemotron Nano 30B — the smallest model in this cookbook and the fastest to download (~15 GB):
The first run downloads the model from HuggingFace (~15 GB). Subsequent starts use the cached weights.
Wait for Application startup complete in the logs (~70 seconds with cached model).
For larger models, increase tensor parallelism:
DeepSeek V3.2 is ~642 GB to download and requires ~5 minutes of DeepGEMM JIT kernel compilation on first launch.
NVFP4 halves memory compared to FP8, enabling single-GPU deployment:
Startup time: ~41 seconds (model cached). This configuration achieves 15,575 tok/s on a single GPU — see the Nemotron Nano guide for full benchmarks.
Once the server is running, verify performance with a single benchmark:
Expected output for Nemotron Nano FP8 at c=32: ~3,800 tok/s output throughput, ~206ms TTFT.
If GPUs still show memory in use after killing the server:
0 Comments
Be the first to comment and share your perspective with the community.