docker run --rm --gpus all --ipc=host \
-p 8000:8000 \
-e HUGGING_FACE_HUB_TOKEN="$HF_TOKEN" \
-v "$PWD/.hf-cache:/root/.cache/huggingface" \
vllm/vllm-openai:v0.18.1 \
--model nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-FP8 \
--tensor-parallel-size 2 \
--max-model-len 262144 \
--served-model-name nemotron-3-super-120b-a12b \
--enable-expert-parallel
This is a reproducible starting block. Cluster paths still need the model author's distributed recipe and the provider's orchestration layer.