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-oQ8e-mtp \
2 --local-dir ~/.models/scaryrawr/Qwen3.8-27B-oQ8e-mtp
3omlx serve --model-dir ~/.models/scaryrawr
The affine 8-bit path can use oMLX's guarded custom MTP verify QMM kernel when
eligible; unsupported shapes automatically fall back to the standard path.
The generated LIS implementation passed 207/207 correctness cases. Focused
checks also passed arithmetic, strict structured JSON, French instruction
following, and image-color recognition. This is the highest-fidelity practical
affine variant in this set. These checks are useful smoke tests, not a
comprehensive benchmark suite.
Apache 2.0, following the base model.