python3 -m sglang.launch_server \
--model-path /model \
--served-model-name qwopus3.8-27b-nvfp4-mtp \
--host 0.0.0.0 --port 1234 \
--kv-cache-dtype fp8_e4m3 \
--attention-backend flashinfer \
--context-length 131072 \
--max-total-tokens 129241 \
--chunked-prefill-size 1024 \
--mamba-radix-cache-strategy extra_buffer \
--mamba-ssm-dtype bfloat16 \
--max-mamba-cache-size 1 \
--mem-fraction-static 0.96 \
--max-running-requests 1 \
--speculative-algorithm EAGLE \
--speculative-draft-model-path /model \
--speculative-num-steps 3 \
--speculative-eagle-topk 1 \
--speculative-num-draft-tokens 4 \
--disable-radix-cache \
--disable-prefill-cuda-graph \
--weight-loader-drop-cache-after-load \
--random-seed 42 \
--reasoning-parser qwen3 \
--tool-call-parser qwen3_coder