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:latest \
--model MiniMaxAI/MiniMax-M2.7 \
--tensor-parallel-size 4 \
--max-model-len 32768 \
--trust-remote-code \
--served-model-name minimax-m2.7
This is a reproducible starting block. Cluster paths still need the model author's distributed recipe and the provider's orchestration layer.