Views
No views yet
| configuration | decode tok/s | speedup | accepted tokens (GSM8K / HumanEval) | GSM8K | HumanEval |
|---|---|---|---|---|---|
| Base model | 44.8 | 1.00x | — | 91.7% | 79.2% |
| DFlash, block size 16 | 207.5 | 4.63x | 6.5 / 8.5 | 90.8% | 80.8% |
lmsysorg/sglang:v0.5.17-cu129 with a GPU that has at least 24 GB of VRAM:1python -m sglang.launch_server \
2 --model-path ornith-ai/Ornith-1.5-9B \
3 --speculative-algorithm DFLASH \
4 --speculative-draft-model-path z-lab/Qwen3.5-9B-DFlash \
5 --speculative-dflash-block-size 16 \
6 --reasoning-parser qwen3 \
7 --trust-remote-codetransformers at
5.12.1 with SGLang 0.5.17.ultimatechris. The models keep
their own licenses.