Views
No views yet
1git clone https://github.com/ggml-org/llama.cpp
2cd llama.cpp
3git fetch origin pull/24523/head:minimax-m3
4git checkout minimax-m3
5cmake -B build -DGGML_CUDA=ON
6cmake --build build --config Release -j --target llama-cli llama-server-ngl 99 or keep the weights in CPU RAM:./build/bin/llama-cli -hf unsloth/MiniMax-M3-GGUF:UD-IQ1_M| Architecture | MoE + MSA (MiniMax Sparse Attention) |
| Total Parameters | ~428B |
| Activated Parameters | ~23B |
| Experts | 128 (4 active per token) |
| Layers | 60 |
| Context Length | 1M tokens |
| Modalities | Text, Image, Video |
| Precision | bfloat16 |
| Transformers | ≥ 4.52.4 (trust_remote_code=True) |
| License | MiniMax Community License |
hf download MiniMaxAI/MiniMax-M3 --local-dir MiniMax-M3temperature=1.0, top_p=0.95, top_k=40. Default system prompt:You are a helpful assistant. Your name is MiniMax-M3 and was built by MiniMax.