GGUF
imatrix
conversational
How to use from
Pi
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf kaitchup/MiniMax-M3-GGUF-MoQ
Configure the model in Pi
# Install Pi:
npm install -g @earendil-works/pi-coding-agent
# Add to ~/.pi/agent/models.json:
{
  "providers": {
    "llama-cpp": {
      "baseUrl": "http://localhost:8080/v1",
      "api": "openai-completions",
      "apiKey": "none",
      "models": [
        {
          "id": "kaitchup/MiniMax-M3-GGUF-MoQ"
        }
      ]
    }
  }
}
Run Pi
# Start Pi in your project directory:
pi
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
408
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
(59)
this model