Views
No views yet
num_steps=3, topk=1, draft_tokens=4, bf16 draft:| benchmark | mean accept length |
|---|---|
| HumanEval | 2.82 |
| code agent (SWE-bench-Pro style) | 2.85 |
LlamaForCausalLMEagle3, num_hidden_layers=1, hidden_size=3072, vocab_size=200064, bf16.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-vocab200k \
7 --speculative-num-steps 3 --speculative-eagle-topk 1 --speculative-num-draft-tokens 4 \
8 --speculative-draft-model-quantization unquantbfloat16 (M2.7 hidden states are bf16); pass unquant so the bf16 draft
isn't force-quantized to the target's FP8.embed_tokens from MiniMax-M2.7 and
is a derivative — see the base model for its terms.