File size: 370 Bytes
21e6240 |
1 2 3 4 5 6 7 8 9 10 |
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
``` |