Views
No views yet
1python3 -m sglang.launch_server \
2 --model <Qwen3-235B-A22B> \
3 --speculative-algorithm EAGLE3 \
4 --speculative-draft-model-path <EAGLE3-Qwen3-235B-A22B> \
5 --speculative-num-steps 5 \
6 --speculative-eagle-topk 8 \
7 --speculative-num-draft-tokens 32 \
8 --mem-fraction-static 0.75 \
9 --tp 8 \
10 --enable-ep-moe \
11 --context-length 8192 \
12 --trust-remote-code \
13 --host 0.0.0.0 \
14 --port 30000 \
15 --dtype bfloat16