Views
No views yet
1{
2 "humaneval": [
3 {
4 "batch_size": 1,
5 "steps": null,
6 "topk": null,
7 "num_draft_tokens": null,
8 "metrics": [
9 {
10 "latency": 409.72047470510006,
11 "output_throughput": 222.746983942377,
12 "accept_length": 5.334580313303718,
13 "accuracy": 0.0,
14 "num_questions": 164,
15 "num_valid_predictions": 164,
16 "categorical_performance": null
17 }
18 ],
19 "num_samples": null
20 }
21 ]
22}1{
2 "mtbench": [
3 {
4 "batch_size": 1,
5 "steps": null,
6 "topk": null,
7 "num_draft_tokens": null,
8 "metrics": [
9 {
10 "latency": 473.0768761308864,
11 "output_throughput": 160.5087964159795,
12 "accept_length": 3.4988941111418304,
13 "accuracy": null,
14 "num_questions": 80,
15 "num_valid_predictions": 0,
16 "categorical_performance": null
17 }
18 ],
19 "num_samples": null
20 }
21 ]
22}1python3 -m sglang.launch_server \
2 --model <Qwen3-Coder-30B-A3B-Instruct-FP8> \
3 --speculative-algorithm EAGLE3 \
4 --speculative-draft-model-path <Qwen3-Coder-30B-A3B-Instruct-FP8-EAGLE3> \
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 128000 \
12 --trust-remote-code \
13 --host 0.0.0.0 \
14 --port 30000 \
15 --dtype bfloat16