How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
# Run inference directly in the terminal:
llama-cli -hf Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
# Run inference directly in the terminal:
llama-cli -hf Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
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 Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
# Run inference directly in the terminal:
./llama-cli -hf Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
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 Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
# Run inference directly in the terminal:
./build/bin/llama-cli -hf Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
Use Docker
docker model run hf.co/Doctor-Shotgun/MiniMax-M2.1-GGUF:Q8_0
Quick Links

This is a custom quant of MiniMaxAI/MiniMax-M2.1 that has the following:

  • Q8_0 for the default quantization type (attention, shared experts, etc.)
  • Q4_K for the FFN_UP and FFN_GATE tensors
  • Q5_K for the FFN_DOWN tensors

The idea being that given the huge size of the FFN tensors compared to the rest of the tensors in the model, it should be possible to achieve a better quality while keeping the overall size of the entire model smaller compared to a similar naive quantization.

This model was produced using Bartowski's imatrix.

Model is additionally split with --no-tensor-first-split to enable easier editing of metadata.

Downloads last month
8
GGUF
Model size
229B params
Architecture
minimax-m2
Hardware compatibility
Log In to add your hardware

8-bit

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

Model tree for Doctor-Shotgun/MiniMax-M2.1-GGUF

Quantized
(39)
this model