Views
No views yet

1python3 -m sglang.launch_server \
2 --model nex-agi/Qwen3-32B-Nex-N1 \
3 --speculative-algorithm EAGLE3 \
4 --speculative-draft-model-path nex-agi/SGLANG-EAGLE3-Qwen3-32B-Nex-N1 \
5 --speculative-num-steps 3 \
6 --speculative-eagle-topk 1 \
7 --speculative-num-draft-tokens 4 \
8 --tp 4| Throughput | Acceptance Length |
|---|---|
![]() |
![]() |
1# clone specforge
2git clone https://github.com/sgl-project/SpecForge.git
3cd SpecForge/benchmarks
4
5# run benchmarks
6python bench_eagle3.py \
7 --model nex-agi/Qwen3-32B-Nex-N1 \
8 --speculative-algorithm EAGLE3 \
9 --speculative-draft-model-path nex-agi/SGLANG-EAGLE3-Qwen3-32B-Nex-N1 \
10 --port 30002 \
11 --config-list 8,0,0,0 8,3,1,4 8,5,1,6 8,5,3,6 8,7,1,8 8,7,4,8 \
12 --benchmark-list gsm8k math500 mtbench humaneval livecodebench financeqa gpqa \
13 --dtype bfloat16 \
14 --tp 4 \
15 --name Qwen3-32B-Nex-N1-spec-bundle