Bond v1 — first-person character voice (MLX 6-bit)

MLX 6-bit quantization (affine, group size 64) of darthcrawl/bond, for Apple Silicon (mlx-lm / LM Studio). ~18 GB.

Bond is a first-person character-voice fine-tune of Mistral-Small-3.1-24B-Instruct: it holds a committed in-character first-person voice instead of leaking back to helpful-assistant mode. Uncensored, explicit-capable. Eval, training, and the design goal are on the base model card.

This quant

Near-lossless vs bf16 — the quality/size sweet spot. Wants ~32GB unified memory.

Other MLX sizes: 4-bit, 8-bit. (4-bit smallest, 6-bit near-lossless, 8-bit lossless.)

Use

from mlx_lm import load, generate

model, tok = load("darthcrawl/bond-mlx-6bit")
prompt = tok.apply_chat_template(
    [{"role": "user", "content": "Tell me about the worst night of your life."}],
    add_generation_prompt=True,
)
print(generate(model, tok, prompt=prompt, max_tokens=512, verbose=True))

Or the CLI: mlx_lm.generate --model darthcrawl/bond-mlx-6bit --prompt "...".

Downloads last month
21
Safetensors
Model size
24B params
Tensor type
BF16
·
U32
·
MLX
Hardware compatibility
Log In to add your hardware

6-bit

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

Model tree for darthcrawl/Bond-24B-v1.0-mlx-6bit

Collection including darthcrawl/Bond-24B-v1.0-mlx-6bit