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 gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
# Run inference directly in the terminal:
llama cli -hf gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama serve -hf gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
# Run inference directly in the terminal:
llama cli -hf gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
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 gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
# Run inference directly in the terminal:
./llama-cli -hf gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
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 gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
# Run inference directly in the terminal:
./build/bin/llama-cli -hf gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
Use Docker
docker model run hf.co/gghfexp/MiniMax-M3-IQ2_KT-experimental:Q2_K
Quick Links

Experimental ik_llama.cpp quant pipeline

⚠️ These are untested artifacts from an experimental ik_llama.cpp quant pipeline

PPL on wiki.raw

This IQ2_KT quant (110.9 GiB):

Final estimate: PPL over 552 chunks for n_ctx=512 = 7.5871 +/- 0.05498

The IQ3_KT quant (156.9 GiB):

Final estimate: PPL over 552 chunks for n_ctx=512 = 6.0129 +/- 0.04200

Unsloth UD_Q4_K_M (246.7 GiB):

Final estimate: PPL over 552 chunks for n_ctx=512 = 5.2593 +/- 0.03521

Downloads last month
1,124
GGUF
Model size
426B params
Architecture
minimax-m3
Hardware compatibility
Log In to add your hardware

2-bit

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

Model tree for gghfexp/MiniMax-M3-IQ2_KT-experimental

Quantized
(42)
this model