Views
No views yet
| Model Configuration | TP | Parallel | Throughput (token/s) | Accept Length |
|---|---|---|---|---|
| Qwen2.5-VL-72B-Instruct | 2 | 1 | 42.76 | 1.000 |
| Qwen2.5-VL-72B-Instruct | 2 | 8 | 272.38 | 1.000 |
| Qwen2.5-VL-72B-Instruct + Eagle3 (3 2 4) | 2 | 1 | 95.39 | 2.750 |
| Qwen2.5-VL-72B-Instruct + Eagle3 (3 2 4) | 2 | 8 | 478.30 | 2.757 |

pip install sglang==0.5.6.post21python3 -m sglang.launch_server \
2 --model-path Qwen2.5-VL-72B-Instruct \
3 --speculative-draft-model-path AQ-MedAI/Qwen2.5-VL-72B-Instruct-eagle3 \
4 --trust-remote-code \
5 --speculative-algo EAGLE3 \
6 --speculative-num-steps 3 \
7 --speculative-eagle-topk 2 \
8 --speculative-num-draft-tokens 4 \
9 --tp 2 \
10 --mem-fraction-static 0.7 \
11 --host 0.0.0.0 \
12 --port 300121@misc{qwen2.5vleagle3,
2 title={Qwen2.5-VL-72B-Instruct-eagle3: Accelerating Instruction Following with EAGLE},
3 author={Ant AQ Team},
4 year={2026},
5}