Create README.md
Browse files
    	
        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 | 
            +
            ```
         | 

