Views
No views yet
Qwen/Qwen3.8-27B for Apple Silicon (mlx-vlm).Qwen/Qwen3.8-27B (license: apache-2.0)mlx-vlm 0.6.9 — mlx_vlm.convert --hf-path Qwen/Qwen3.8-27B --mlx-path . --dtype bfloat16Qwen3_5ForConditionalGeneration (model_type: qwen3_5), 64 layers with
3:1 linear/full attention, vision tower included (333 vision tensors).mlx_vlm.generate.finish_reason: tool_calls) all verified.mtp_num_hidden_layers: 1, but the mlx-vlm qwen3_5
conversion does not carry the model.mtp.* weights. A drafter split from the official
bf16 checkpoint is published separately as
ToPo-ToPo/Qwen3.8-27B-MTP-bf16
(a 4bit variant is also available).1from mlx_vlm import load, generate
2model, processor = load("ToPo-ToPo/Qwen3.8-27B-mlx-bf16")