CoolFace
Modelpublic

spicyneuron/Huihui-GLM-5.1-abliterated-MLX-3.9bit

sourceHugging Facemitupdated 5mo agoView on Hugging Face
3likes179downloads
Model Card

Huihui GLM 5.1 abliterated optimized to run on a Mac Studio M3 512. Non-abliterated versions here: larger, smaller.

  • —This is NOT a faithful recreation of the original GGUF, so much as a "I wonder if..." science project. It worked! But YMMV.
  • —Converted from a Q3K GGUF, with important layers merged with [Unsloth's UDQ3KXL](https://huggingface.co/unsloth/GLM-5.1-GGUF/tree/main/UD-Q3KXL) to offset quantization loss.
  • —Fits into ~360 GB memory, leaving plenty of room to run parallel models (ex: Qwen 3.6 35B).

Usage

sh
# Start server at http://localhost:8080/chat/completions
uvx --from mlx-lm mlx_lm.server \
  --host 127.0.0.1 \
  --port 8080 \
  --model spicyneuron/Huihui-GLM-5.1-abliterated-MLX-3.9bit

Benchmarks

metric2.9 bit3.6 bit3.9 bit abliterated (this model)
bpw2.9063.6453.895
base memory251.702315.648341.770
peak memory (1024/512)272.358341.020364.299
prompt tok/s (1024)194.216 ± 0.167190.508 ± 0.880192.922 ± 0.107
gen tok/s (512)19.527 ± 0.03517.873 ± 0.15618.191 ± 0.062
kl mean0.268 ± 0.0090.117 ± 0.0040.221 ± 0.007
kl p950.537 ± 0.0090.236 ± 0.0040.468 ± 0.007
perplexity4.118 ± 0.0163.945 ± 0.0164.195 ± 0.024
piqa0.794 ± 0.0090.820 ± 0.0170.826 ± 0.017

Tested on a Mac Studio M3 Ultra with:

mlx_lm.kld --baseline-model path/to/mlx-full-precision
mlx_lm.perplexity --sequence-length 2048 --seed 123
mlx_lm.benchmark --prompt-tokens 1024 --generation-tokens 512 --num-trials 5
mlx_lm.evaluate --tasks piqa --seed 123 --num-shots 0 --limit 500

Note:

  • —mlx_lm.kld is approximate, based on top_k not full logits. Here's the code.
  • —GLM 5.1 KL divergence calculated against the largest quant I could run locally (~495 GB), so real KL is higher.

Methodology

Created with a custom workflow that:

  1. 1.Compared GGUF quants for similarity
  2. 2.Merged select higher-quant layers
  3. 3.Dequantized to F32
  4. 4.Requantized to MLX