GGUF
imatrix
conversational
How to use from
llama.cpp
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf kaitchup/MiniMax-M3-GGUF-MoQ
# Run inference directly in the terminal:
llama cli -hf kaitchup/MiniMax-M3-GGUF-MoQ
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf kaitchup/MiniMax-M3-GGUF-MoQ
# Run inference directly in the terminal:
llama cli -hf kaitchup/MiniMax-M3-GGUF-MoQ
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf kaitchup/MiniMax-M3-GGUF-MoQ
# Run inference directly in the terminal:
./llama-cli -hf kaitchup/MiniMax-M3-GGUF-MoQ
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf kaitchup/MiniMax-M3-GGUF-MoQ
# Run inference directly in the terminal:
./build/bin/llama-cli -hf kaitchup/MiniMax-M3-GGUF-MoQ
Use Docker
docker model run hf.co/kaitchup/MiniMax-M3-GGUF-MoQ
Quick Links

GGUF models made with the method ("Mixture of Quantizations") proposed by Waleed Ahmad. I also used Unsloth M3's imatrix for calibration.

More details and evaluation here: MiniMax M3 GGUF Quantization: From 852 GB to ~150 GB Without Breaking Accuracy

image

Avoid using the MoQ-2.5.

  • Compute Sponsorship: Verda. I used 2 B300s for quantization and evaluation.
Downloads last month
3,317
GGUF
Model size
426B params
Architecture
minimax-m3
Hardware compatibility
Log In to add your hardware

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Model tree for kaitchup/MiniMax-M3-GGUF-MoQ

Quantized
(42)
this model