Mach-1 Small is part of the Mach-1 family of compressed frontier models, built to run on the machines people actually own.

Mach-1 Small

Qwen3.6-35B-A3B, a 35B-parameter multimodal MoE, compressed to 8.6 GB with the vision tower included. Fits comfortably on 16 GB machines.

  • ~1.4 GB smaller than the smallest public GGUF of this model (which ships without vision) at comparable answer fidelity
  • 116.7 tok/s on an M5 Max with the Mach engine (162.3 tok/s with speculative decoding), ~7 GB resident for text sessions, 6-second warm load

Run it

  • Mach inference engine: native format, fastest path.
  • Any transformers stack: materialize a standard bf16 checkpoint (~70 GB) with the included decoder, then load with AutoModelForImageTextToText:
pip install torch numpy safetensors zstandard huggingface_hub
python reconstruct.py --repo ManiacLabs/Mach-1-Small --out ./mach1-small

Quality

Measured against the full-precision model on a fixed 2000-question MMLU stratum, on a model whose weights decode 100% from the files in this repo:

Mach-1 Small smallest public GGUF*
total size (GB, with vision) 8.62 10.05*
answer agreement vs teacher 88.6% 89.5%
MMLU accuracy (teacher: 82.6%) 79.4% 79.6%

On a 4x larger (8000-question) stratum: 88.8% agreement, 80.1% accuracy (teacher 83.2% there).

Coding (Aider Polyglot), 225 exercises, pass-2, identical serving path for every arm:

teacher bf16 (~70 GB) Mach-1 Small Unsloth UD-IQ1_M (10.05 GB*)
exercises solved 39 28 18

*Unsloth UD-IQ1_M (9.2 GB, no vision tower; +0.87 GB bf16-vision parity added for a fair total), identical harness and teacher.

Notes

  1. All quality numbers were measured on weights decoded from the files in this repo, and the decoder that proves it (decode.py, reconstruct.py) ships here, pure numpy.
  2. The evaluation harness is text-only. The vision tower ships bf16 (unquantized); treat multimodal quality as inherited from the base model, not validated by us.
  3. The MTP speculative-decoding head is not shipped (standard generation never runs it). Reconstructed checkpoints show it as missing keys; that is expected.
  4. Everything in this repo is Apache-2.0, like the base model.
Downloads last month
126
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for ManiacLabs/Mach-1-Small

Finetuned
(166)
this model