How to use from
Hermes Agent
Start the llama.cpp server
# Install llama.cpp:
brew install llama.cpp
# Start a local OpenAI-compatible server:
llama serve -hf AesSedai/MiniMax-M3-GGUF:
Configure Hermes
# Install Hermes:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash
hermes setup
# Point Hermes at the local server:
hermes config set model.provider custom
hermes config set model.base_url http://127.0.0.1:8080/v1
hermes config set model.default AesSedai/MiniMax-M3-GGUF:
Run Hermes
hermes
Quick Links

This repo contains specialized MoE-quants for MiniMaxAI/MiniMax-M3. 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. To that end, the quantization type default is kept in high quality and the FFN UP + FFN GATE tensors are quanted down along with the FFN DOWN tensors.

Additionally, I've provided a J-Space lens in the lens/ folder, trained on ~128 text prompts.

Quant Size Mixture PPL 1-(Mean PPL(Q)/PPL(base)) KLD
Q8_0 421.84 GiB (8.50 BPW) Q8_0 5.202737 ยฑ 0.034827 +0.3357% 0.030136 ยฑ 0.000884
Q5_K_M 295.20 GiB (5.95 BPW) Q8_0 / Q5_K / Q5_K / Q6_K 5.218907 ยฑ 0.034969 +0.6475% 0.041986 ยฑ 0.001016
Q4_K_M 246.11 GiB (4.96 BPW) Q8_0 / Q4_K / Q4_K / Q5_K 5.282848 ยฑ 0.035408 +1.8807% 0.068863 ยฑ 0.000982
IQ4_XS 189.12 GiB (3.81 BPW) Q6_K / IQ3_S / IQ3_S / IQ4_XS 5.657391 ยฑ 0.038606 +9.1038% 0.151112 ยฑ 0.001437
IQ3_S 148.04 GiB (2.98 BPW) Q6_K / IQ2_S / IQ2_S / IQ3_S 6.417468 ยฑ 0.044920 +23.7620% 0.321256 ยฑ 0.002052
IQ2_S 134.01 GiB (2.70 BPW) Q6_K / IQ2_XS / IQ2_XS / IQ3_XXS 6.636852 ยฑ 0.046125 +27.9929% 0.397892 ยฑ 0.002336

kld_graph ppl_graph

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

2-bit

3-bit

4-bit

5-bit

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

Model tree for AesSedai/MiniMax-M3-GGUF

Quantized
(59)
this model