AX Qwen3.6 35B-A3B MLX 6-bit MTP
0
9 commits
1 linked in READMEs
updated Sep 15, 2026
Parameter count: approximately 35.11B logical target parameters (35B total, approximately 3B active per token).
6-bitis the target quantization precision, not a 6B model-size claim. The separately packaged MTP sidecar is not included in the target count.
This is an MLX model for Apple Silicon. It packages the 6-bit MLX quantization of Qwen3.6-35B-A3B together with an AX Engine-compatible multi-token-prediction (MTP) sidecar.
This repository does not contain PyTorch or GGUF weights.
The base MLX conversion was produced with mlx-vlm 0.4.4. The MTP tensors
come from the official Qwen checkpoint and were normalized with AX Engine's
prepare_mtp_sidecar.py packaging flow.
hf download AutomatosX/AX-Qwen3.6-35B-A3B-MLX-6bit-MTP \
--local-dir ./AX-Qwen3.6-35B-A3B-MLX-6bit-MTP
The repository is approximately 30.8 GB. Ensure that the destination has enough free space before downloading.
For standard MLX-VLM inference without AX MTP acceleration:
pip install -U mlx-vlm
python -m mlx_vlm.generate \
--model AutomatosX/AX-Qwen3.6-35B-A3B-MLX-6bit-MTP \
--max-tokens 100 \
--temperature 0.0 \
--prompt "Describe this image." \
--image <path-to-image>
The six model-*.safetensors shards are the MLX base weights. Standard
MLX-VLM loading uses those shards through model.safetensors.index.json and
does not use the AX-specific mtp.safetensors sidecar.
Install AX Engine, download the repository, and serve the local directory:
hf download AutomatosX/AX-Qwen3.6-35B-A3B-MLX-6bit-MTP \
--local-dir ./AX-Qwen3.6-35B-A3B-MLX-6bit-MTP
ax-engine serve ./AX-Qwen3.6-35B-A3B-MLX-6bit-MTP --port 31418
The MTP package includes:
mtp.safetensors: the normalized MTP head.mtplx_runtime.json: draft-depth and sampler guidance.ax_mtp_sidecar_manifest.json: source hashes and transformation provenance.config.json: the MLX base configuration with MTP sidecar fields.The sidecar preparation gate recorded:
qwen-moe-packed0.0 at context length 2048The provenance manifest uses repository-relative paths and public Hugging Face URIs. It intentionally excludes local filesystem paths.
This repository follows the upstream Apache License 2.0. See LICENSE and the
original Qwen model card for the model's terms, limitations, and responsible-use
guidance.
9 commits
AX Qwen3.6 35B-A3B MLX 6-bit MTP
0
9 commits
1 linked in READMEs
updated Sep 15, 2026
Parameter count: approximately 35.11B logical target parameters (35B total, approximately 3B active per token).
6-bitis the target quantization precision, not a 6B model-size claim. The separately packaged MTP sidecar is not included in the target count.
This is an MLX model for Apple Silicon. It packages the 6-bit MLX quantization of Qwen3.6-35B-A3B together with an AX Engine-compatible multi-token-prediction (MTP) sidecar.
This repository does not contain PyTorch or GGUF weights.
The base MLX conversion was produced with mlx-vlm 0.4.4. The MTP tensors
come from the official Qwen checkpoint and were normalized with AX Engine's
prepare_mtp_sidecar.py packaging flow.
hf download AutomatosX/AX-Qwen3.6-35B-A3B-MLX-6bit-MTP \
--local-dir ./AX-Qwen3.6-35B-A3B-MLX-6bit-MTP
The repository is approximately 30.8 GB. Ensure that the destination has enough free space before downloading.
For standard MLX-VLM inference without AX MTP acceleration:
pip install -U mlx-vlm
python -m mlx_vlm.generate \
--model AutomatosX/AX-Qwen3.6-35B-A3B-MLX-6bit-MTP \
--max-tokens 100 \
--temperature 0.0 \
--prompt "Describe this image." \
--image <path-to-image>
The six model-*.safetensors shards are the MLX base weights. Standard
MLX-VLM loading uses those shards through model.safetensors.index.json and
does not use the AX-specific mtp.safetensors sidecar.
Install AX Engine, download the repository, and serve the local directory:
hf download AutomatosX/AX-Qwen3.6-35B-A3B-MLX-6bit-MTP \
--local-dir ./AX-Qwen3.6-35B-A3B-MLX-6bit-MTP
ax-engine serve ./AX-Qwen3.6-35B-A3B-MLX-6bit-MTP --port 31418
The MTP package includes:
mtp.safetensors: the normalized MTP head.mtplx_runtime.json: draft-depth and sampler guidance.ax_mtp_sidecar_manifest.json: source hashes and transformation provenance.config.json: the MLX base configuration with MTP sidecar fields.The sidecar preparation gate recorded:
qwen-moe-packed0.0 at context length 2048The provenance manifest uses repository-relative paths and public Hugging Face URIs. It intentionally excludes local filesystem paths.
This repository follows the upstream Apache License 2.0. See LICENSE and the
original Qwen model card for the model's terms, limitations, and responsible-use
guidance.
9 commits