Views
No views yet
Parameter count: approximately 27.36B logical target parameters (27B class).6-bitis the target quantization precision, not a 6B model-size claim. The separately packaged MTP sidecar is not included in the target count.
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.1hf download AutomatosX/AX-Qwen3.6-27B-MLX-6bit-MTP \
2 --local-dir ./AX-Qwen3.6-27B-MLX-6bit-MTP1pip install -U mlx-vlm
2
3python -m mlx_vlm.generate \
4 --model AutomatosX/AX-Qwen3.6-27B-MLX-6bit-MTP \
5 --max-tokens 100 \
6 --temperature 0.0 \
7 --prompt "Describe this image." \
8 --image <path-to-image>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.1hf download AutomatosX/AX-Qwen3.6-27B-MLX-6bit-MTP \
2 --local-dir ./AX-Qwen3.6-27B-MLX-6bit-MTP
3
4ax-engine serve ./AX-Qwen3.6-27B-MLX-6bit-MTP --port 31418mtp.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.qwen-dense0.0 at context length 2048LICENSE and the
original Qwen model card for the model's terms, limitations, and responsible-use
guidance.