docker run --rm --gpus all --ipc=host -p 30000:30000 \
lmsysorg/sglang:qwen38-27b \
sglang serve \
--model-path fleetml/Qwen3.8-27B-Uncensored-NVFP4-RTX5090 \
--quantization modelopt_fp4 \
--trust-remote-code \
--speculative-algorithm DSPARK \
--speculative-draft-model-path fleetml/Qwen3.8-27B-Uncensored-DSpark-RTX5090 \
--speculative-draft-model-quantization modelopt_fp4 \
--speculative-dspark-block-size 7 \
--speculative-num-steps 1 \
--speculative-eagle-topk 1 \
--context-length 122880 \
--max-mamba-cache-size 8 \
--kv-cache-dtype fp8_e4m3 \
--attention-backend flashinfer \
--chunked-prefill-size 1024 \
--mamba-radix-cache-strategy extra_buffer_lazy \
--mamba-ssm-dtype bfloat16 \
--mm-feature-transport cpu \
--cuda-graph-max-bs-decode 1 \
--mem-fraction-static 0.86 \
--max-running-requests 1 \
--reasoning-parser qwen3 \
--tool-call-parser qwen3_coder \
--host 0.0.0.0 \
--port 30000