docker run -d --gpus all --network host --ipc host --shm-size=16g \
--name vllm-qwen36 \
-e VLLM_MARLIN_USE_ATOMIC_ADD=1 \
-e TORCH_MATMUL_PRECISION=high \
-v /path/to/models:/models \
ghcr.io/spark-arena/dgx-vllm-eugr-nightly:latest \
vllm serve /models/Qwen3.6-35B-A3B-abliterated-NVFP4-MTP \
--host 0.0.0.0 --port 8000 --max-model-len 131072 \
--max-num-batched-tokens 32768 --max-num-seqs 1 \
--trust-remote-code --gpu-memory-utilization 0.7 \
--reasoning-parser qwen3 --kv-cache-dtype fp8 \
--load-format instanttensor --attention-backend flashinfer \
--speculative-config '{"method": "mtp", "num_speculative_tokens": 3}' \
--enable-prefix-caching -tp 1