zhyncs commited on
Commit
21e6240
·
verified ·
1 Parent(s): 173026f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ 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.
2
+
3
+ ```
4
+ # example
5
+ python3 -m sglang.launch_server \
6
+ --model openai/gpt-oss-120b \
7
+ --tp 4 \
8
+ --speculative-draft-model-path lmsys/EAGLE3-gpt-oss-120b-bf16 \
9
+ --speculative-algorithm EAGLE3
10
+ ```