How to use from
Hermes Agent
Start the MLX server
# Install MLX LM:
uv tool install mlx-lm
# Start a local OpenAI-compatible server:
mlx_lm.server --model "catalystsec/MiniMax-M2-3bit-DWQ"
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 catalystsec/MiniMax-M2-3bit-DWQ
Run Hermes
hermes
Quick Links

catalystsec/MiniMax-M2-3bit-DWQ

This model was quantized to 3-bit using DWQ with mlx-lm version 0.28.4.

Parameter Value
DWQ learning rate 3e-7
Batch size 1
Dataset allenai/tulu-3-sft-mixture
Initial validation loss 0.146
Final validation loss 0.088
Relative KL reduction ≈40 %
Tokens processed ≈1.09 M

MMLU-PRO Benchmark

Model Score
3-bit DWQ 66.1
3-bit 62.0
MMLU-Pro Benchmark

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("catalystsec/MiniMax-M2-3bit-DWQ")
prompt = "hello"

if tokenizer.chat_template is not None:
    prompt = tokenizer.apply_chat_template(
        [{"role": "user", "content": prompt}],
        add_generation_prompt=True,
    )

response = generate(model, tokenizer, prompt=prompt, verbose=True)
print(response)
Downloads last month
26
Safetensors
Model size
229B params
Tensor type
BF16
·
U32
·
F32
·
MLX
Hardware compatibility
Log In to add your hardware

3-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for catalystsec/MiniMax-M2-3bit-DWQ

Quantized
(47)
this model

Collections including catalystsec/MiniMax-M2-3bit-DWQ