docker run --rm --gpus all --ipc=host \
-p 8000:8000 \
-e HUGGING_FACE_HUB_TOKEN="$HF_TOKEN" \
-v "$PWD/.hf-cache:/root/.cache/huggingface" \
--entrypoint python3 lmsysorg/sglang:latest \
-m sglang.launch_server \
--model-path XiaomiMiMo/MiMo-V2.5 \
--tp-size 4 \
--context-length 32768 \
--trust-remote-code \
--served-model-name mimo-v2.5 \
--reasoning-parser mimo \
--tool-call-parser mimo
This is a reproducible starting block. Cluster paths still need the model author's distributed recipe and the provider's orchestration layer.