Views
No views yet
group_size=64, affine) — experimental quality tierpython -m mlx_lm.convert --hf-path barozp/Qwen3.6-29B-REAP-Opus-Reasoning-Distill-MTP --mlx-path <out> --quantize --q-bits 3 --q-group-size 649fa24b516dd3conversion_log.txtmtp_num_hidden_layers: 1). Standard MLX loaders do
not use it: this conversion dönüştürücü tarafından düşürüldü (beklenen davranış; MTPLX build'i için bkz. mtplx forge). These builds therefore behave identically to the plain-merge
checkpoint at inference time. For native-MTP speculative decoding on Apple Silicon, build an
MTPLX artifact from the source repo with mtplx forge (github.com/youssofal/MTPLX).1pip install -U mlx-lm
2
3# text-only chat
4python -m mlx_lm.generate \
5 --model barozp/Qwen3.6-29B-REAP-Opus-Reasoning-Distill-MTP-MLX-3bit \
6 --prompt "Explain the Monty Hall problem briefly." \
7 --max-tokens 512
8
9# OpenAI-compatible local server
10python -m mlx_lm.server \
11 --model barozp/Qwen3.6-29B-REAP-Opus-Reasoning-Distill-MTP-MLX-3bit