OpenAI gpt-oss 120B EAGLE 3 checkpoint, supported by the [SpecForge Team](https://github.com/sgl-project/SpecForge), particularly Yikai Zhu, Shenggui Li, and the team members. | |
``` | |
# example | |
python3 -m sglang.launch_server \ | |
--model openai/gpt-oss-120b \ | |
--tp 4 \ | |
--speculative-draft-model-path lmsys/EAGLE3-gpt-oss-120b-bf16 \ | |
--speculative-algorithm EAGLE3 | |
``` |