Views
No views yet
[32000, 3072] lm_head is 6.25× smaller than
the full-vocab head, giving a faster per-step draft forward — the deployment variant of the
full-vocab draft.num_steps=3, topk=1, draft_tokens=4, bf16 draft:| benchmark | mean accept length |
|---|---|
| HumanEval | 2.59 |
LlamaForCausalLMEagle3, num_hidden_layers=1, hidden_size=3072, vocab_size=200064,
draft_vocab_size=32000, bf16. Carries t2d/d2t token maps in the safetensors.1python -m sglang.launch_server \
2 --model-path MiniMaxAI/MiniMax-M2.7 --tp 4 --trust-remote-code \
3 --reasoning-parser minimax --tool-call-parser minimax-m2 \
4 --attention-backend triton --speculative-draft-attention-backend triton \
5 --speculative-algorithm EAGLE3 \
6 --speculative-draft-model-path asherszhang/MiniMax-M2.7-EAGLE3-draft-vocab32k \
7 --speculative-num-steps 3 --speculative-eagle-topk 1 --speculative-num-draft-tokens 4 \
8 --speculative-draft-model-quantization unquantbfloat16; pass unquant so it isn't force-quantized to the target's FP8.embed_tokens)
— see the base model for its terms.