Views
No views yet

1export SGLANG_ALLOW_OVERWRITE_LONGER_CONTEXT_LEN=1
2
3python3 -m sglang.launch_server \
4 --model meta-llama/Llama-3.1-8B-Instruct \
5 --speculative-algorithm EAGLE3 \
6 --speculative-draft-model-path lmsys/SGLang-EAGLE3-Llama-3.1-8B-Instruct-perfect-blend-regenerated \
7 --speculative-num-steps 3 \
8 --speculative-eagle-topk 1 \
9 --speculative-num-draft-tokens 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 meta-llama/Llama-3.1-8B-Instruct \
8 --speculative-algorithm EAGLE3 \
9 --speculative-draft-model-path lmsys/SGLang-EAGLE3-Llama-3.3-70B-Instruct-perfect-blend-regenerated \
10 --port 30003 \
11 --config-list 1,3,1,4 1,5,1,6 1,5,3,6 1,7,1,8 1,7,4,8 \
12 --benchmark-list gsm8k math500 mtbench humaneval livecodebench financeqa gpqa \
13 --dtype bfloat16 \
14 --name llama3-perfect-blend-regen