How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="Inferact/MiniMax-M3-EAGLE3-GQA-NVFP4")
# Load model directly
from transformers import AutoTokenizer, LlamaForCausalLMEagle3

tokenizer = AutoTokenizer.from_pretrained("Inferact/MiniMax-M3-EAGLE3-GQA-NVFP4")
model = LlamaForCausalLMEagle3.from_pretrained("Inferact/MiniMax-M3-EAGLE3-GQA-NVFP4", device_map="auto")
Quick Links

MiniMax-M3-EAGLE3-GQA-NVFP4

W4A4 NVFP4 MLP-quantized version of Inferact/MiniMax-M3-EAGLE3-GQA.

Performance

Mean accepted length and draft accept rate measured end-to-end against MiniMaxAI/MiniMax-M3-MXFP8 served with vLLM at tensor-parallel-size=4, num_speculative_tokens=3, greedy sampling (temperature=0, top_p=1.0), max-concurrency=16.

Dataset n Mean accepted length Draft accept rate Per-position accept rate (pos 1 / 2 / 3)
MT-Bench 64 2.663 55.42% 0.742 / 0.534 / 0.386
SPEED-Bench (qualitative) 64 2.633 54.43% 0.736 / 0.526 / 0.371
Downloads last month
18
Safetensors
Model size
3B params
Tensor type
BF16
F8_E4M3
U8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 馃檵 Ask for provider support

Model tree for Inferact/MiniMax-M3-EAGLE3-GQA-NVFP4

Quantized
(1)
this model