Views
No views yet
Not the everyday download. Prefer 4-bit VLM on ≤32–48GB Macs. This build is ~55GB and needs high unified memory.
| Repo | Size | Use when |
|---|---|---|
| VLM 4-bit | ~15GB | Default chat / vision |
| This BF16 | ~55GB | Max fidelity, further quant, Studio-class RAM |
| MTP drafter | ~829MB | Optional --draft-model speed-up |
pip install -U mlx-vlm1mlx_vlm.generate \
2 --model FancieF/Qwythos-27B-v1-MLX-VLM-bf16 \
3 --prompt "Introduce yourself in one sentence." \
4 --thinking-mode disabled \
5 --max-tokens 256 \
6 --temperature 0.61mlx_vlm.generate \
2 --model FancieF/Qwythos-27B-v1-MLX-VLM-bf16 \
3 --image ./photo.jpg \
4 --prompt "Describe this image." \
5 --thinking-mode disabled1mlx_vlm.generate \
2 --model FancieF/Qwythos-27B-v1-MLX-VLM-bf16 \
3 --draft-model FancieF/Qwythos-27B-v1-MLX-MTP \
4 --draft-kind mtp \
5 --draft-block-size 4 \
6 --prompt "..." \
7 --thinking-mode disabledlanguage_model + vision_tower1mlx_vlm.convert \
2 --hf-path /path/to/Qwythos-27B-v1 \
3 --mlx-path ./Qwythos-27B-MLX-VLM-bf16 \
4 --dtype bfloat16 --trust-remote-code-q.)| Recommended 4-bit | FancieF/Qwythos-27B-v1-MLX-VLM-4bit |
| MTP | FancieF/Qwythos-27B-v1-MLX-MTP |
| Base | empero-ai/Qwythos-27B-v1 |
| ModelScope (ZH) | Fancie/Qwythos-27B-v1-MLX-VLM-bf16 |