AX Qwen3.5 9B MLX 4-bit MTP
1
9 commits
1 linked in READMEs
updated Sep 15, 2026
Parameter count: approximately 9.41B logical target parameters (9B class).
4-bitis the target quantization precision, not a 4B model-size claim. The separately packaged MTP sidecar is not included in the target count.
This is an MLX model package for Apple Silicon. It combines the 4-bit MLX quantization of Qwen3.5-9B with an AX Engine-compatible multi-token-prediction (MTP) sidecar.
The target model verifies drafted tokens during speculative decoding. This repository does not contain PyTorch or GGUF weights.
938d8919941c6e7efd3c7150eff7fe9d12afa631The MLX target weights are byte-identical to the pinned source revision. The
MTP tensors were extracted from
Qwen/Qwen3.5-9B at revision
c202236235762e1c871ad0ccb60c8ee5ba337b9a and normalized with AX Engine's
prepare_mtp_sidecar.py flow.
hf download AutomatosX/AX-Qwen3.5-9B-MLX-4bit-MTP \
--local-dir ./AX-Qwen3.5-9B-MLX-4bit-MTP
The repository is approximately 6.5 GB. Ensure that the destination has enough free space before downloading.
Standard MLX-VLM inference loads the two model-*.safetensors target shards
and ignores the AX-specific MTP sidecar:
pip install -U mlx-vlm
python -m mlx_vlm.generate \
--model AutomatosX/AX-Qwen3.5-9B-MLX-4bit-MTP \
--max-tokens 100 \
--temperature 0.0 \
--prompt "Describe this image." \
--image <path-to-image>
Install AX Engine, download the repository, and serve the local directory:
ax-engine serve ./AX-Qwen3.5-9B-MLX-4bit-MTP --port 31418
The MTP package includes:
mtp.safetensors: normalized 15-tensor MTP headmtplx_runtime.json: draft-depth and sampler guidanceax_mtp_sidecar_manifest.json: pinned source hashes and transformation provenancemodel-manifest.json: AX Engine native target manifestconfig.json: MLX target configuration with MTP sidecar fieldsValidated on macOS arm64 with AX Engine 6.9.0 on 2026-07-20:
ready, with no issues0.0 at context length 2,048The public provenance files use repository-relative paths and immutable Hugging Face URIs. They intentionally contain no local filesystem paths.
Apache License 2.0. See LICENSE and the original Qwen model card for model
limitations and responsible-use guidance.
9 commits
AX Qwen3.5 9B MLX 4-bit MTP
1
9 commits
1 linked in READMEs
updated Sep 15, 2026
Parameter count: approximately 9.41B logical target parameters (9B class).
4-bitis the target quantization precision, not a 4B model-size claim. The separately packaged MTP sidecar is not included in the target count.
This is an MLX model package for Apple Silicon. It combines the 4-bit MLX quantization of Qwen3.5-9B with an AX Engine-compatible multi-token-prediction (MTP) sidecar.
The target model verifies drafted tokens during speculative decoding. This repository does not contain PyTorch or GGUF weights.
938d8919941c6e7efd3c7150eff7fe9d12afa631The MLX target weights are byte-identical to the pinned source revision. The
MTP tensors were extracted from
Qwen/Qwen3.5-9B at revision
c202236235762e1c871ad0ccb60c8ee5ba337b9a and normalized with AX Engine's
prepare_mtp_sidecar.py flow.
hf download AutomatosX/AX-Qwen3.5-9B-MLX-4bit-MTP \
--local-dir ./AX-Qwen3.5-9B-MLX-4bit-MTP
The repository is approximately 6.5 GB. Ensure that the destination has enough free space before downloading.
Standard MLX-VLM inference loads the two model-*.safetensors target shards
and ignores the AX-specific MTP sidecar:
pip install -U mlx-vlm
python -m mlx_vlm.generate \
--model AutomatosX/AX-Qwen3.5-9B-MLX-4bit-MTP \
--max-tokens 100 \
--temperature 0.0 \
--prompt "Describe this image." \
--image <path-to-image>
Install AX Engine, download the repository, and serve the local directory:
ax-engine serve ./AX-Qwen3.5-9B-MLX-4bit-MTP --port 31418
The MTP package includes:
mtp.safetensors: normalized 15-tensor MTP headmtplx_runtime.json: draft-depth and sampler guidanceax_mtp_sidecar_manifest.json: pinned source hashes and transformation provenancemodel-manifest.json: AX Engine native target manifestconfig.json: MLX target configuration with MTP sidecar fieldsValidated on macOS arm64 with AX Engine 6.9.0 on 2026-07-20:
ready, with no issues0.0 at context length 2,048The public provenance files use repository-relative paths and immutable Hugging Face URIs. They intentionally contain no local filesystem paths.
Apache License 2.0. See LICENSE and the original Qwen model card for model
limitations and responsible-use guidance.
9 commits