CoolFace
Modelpublic

lmsys/SGLang-EAGLE3-Qwen3-Next-80B-A3B-Instruct-FP8-SpecForge-Meituan

sourceHugging Facemitupdated 9mo agoView on Hugging Face
2likes28downloads
Model Card

meituan_team

EAGLE3 For Qwen/Qwen3-Next-80B-A3B-Instruct-FP8

About

SpecBundle is an open-source initiative, jointly driven by the community and industry, to democratize speculative decoding by providing high-performance speculative decoding draft weights for mainstream open-source models.

This checkpoint was trained by the **Meituan** Team and released as the phase 1 of SpecBundle release. We regenerated the responses in the mlabonne/open-perfectblend and trained the model on 1.4M data samples for 2 epochs. This checkpoint was trained using the **SpecForge** framework.

Usage

You can use this checkpoint with the command below.

bash
python3 -m sglang.launch_server \
    --model Qwen/Qwen3-Next-80B-A3B-Instruct-FP8 \
    --speculative-algorithm EAGLE3 \
    --speculative-draft-model-path lmsys/SGLang-EAGLE3-Qwen3-Next-80B-A3B-Instruct-FP8-perfect-blend-regenerated \
    --speculative-num-steps 3 \
    --speculative-eagle-topk 1 \
    --speculative-num-draft-tokens 4 \
    --tp 4

Performance

This checkpoint exhibits superior performance on various benchmarks.

<table> <tr> <th>Throughput</th> <th>Acceptance Length</th> </tr> <tr> <td><img src="https://cdn-uploads.huggingface.co/production/uploads/63993d721fad4d6eb265d999/uEJjOEjHIBij9R0QcYlXE.png" /></td> <td><img src="https://cdn-uploads.huggingface.co/production/uploads/63993d721fad4d6eb265d999/zmQHmU2BLdbS4U8KvCIdE.png" /></td> </tr> </table>

You can reproduce the performance with the command below:

bash
# clone specforge
git clone https://github.com/sgl-project/SpecForge.git
cd SpecForge/benchmarks

# run benchmarks
python bench_eagle3.py \
        --model Qwen/Qwen3-Next-80B-A3B-Instruct-FP8 \
        --speculative-algorithm EAGLE3 \
        --speculative-draft-model-path lmsys/SGLang-EAGLE3-Qwen3-Next-80B-A3B-Instruct-FP8-perfect-blend-regenerated \
        --port 30003 \
        --config-list 1,3,1,4 1,5,1,6 1,5,3,6 1,7,1,8 1,7,4,8 \
        --benchmark-list gsm8k math500 mtbench humaneval livecodebench financeqa gpqa  \
        --dtype bfloat16 \
        --tp 4 \
        --name qwen3-next-80b-spec-bundle

Acknowledgement

We sincerely appreciate the collective efforts from both the developers in the open-source community and our industrial partners, especially Ant Group AQ Team, Meituan, Nex-AGI (Qiji Zhifeng), EigenAI for their invaluable contributions to the release of SpecBundle Phase 1.