Views
No views yet
Qwen/Qwen3.8-27B for use with mlx-vlm speculative decoding.1mlx_vlm generate \
2 --model mlx-community/Qwen3.8-27B-bf16 \
3 --draft-model mlx-community/Qwen3.8-27B-MTP-bf16 \
4 --prompt "Write a quicksort in Python." \
5 --max-tokens 256 \
6 --enable-thinking--draft-kind mtp is detected automatically from model_type.qwen3_5_mtpmlx-vlm1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0mlx_vlm.speculative.drafters.qwen3_5_mtp.split. It holds only the MTP drafter weights; the target model supplies the token embeddings and language-model head at runtime.