An Apple Silicon MLX quantization of
Qwen/Qwen3.8-27B, produced
directly from the original FP16 checkpoint with oMLX enhanced affine
quantization.
1hf download scaryrawr/Qwen3.8-27B-oQ6e-mtp \
2 --local-dir ~/.models/scaryrawr/Qwen3.8-27B-oQ6e-mtp
3omlx serve --model-dir ~/.models/scaryrawr
Six-bit affine weights use the standard MTP verify path because the specialized
oMLX verify QMM kernel supports affine 4-bit and 8-bit weights.
On focused deterministic prompts, this model exactly matched the FP16 model's
code, arithmetic, and structured-JSON outputs. Its generated LIS implementation
passed 207/207 correctness cases, and French instruction-following and
image-color checks also passed. These checks are useful smoke tests, not a
comprehensive benchmark suite.
Apache 2.0, following the base model.