Views
No views yet

lemuralabs/Keye-VL-2.0-30B-A3B-uncensored
with mlx-vlm. ~16 GB on disk; runs in ~17 GB; ≈107 tok/s on an M4 Max.Yes — This MLX build runs Keye coherently on a Mac. The original model uses a CUDA-only sparse-attention indexer (SALightningIndexer) that is unstable on MPS — so the stock model generates garbage via Transformers on Apple Silicon. This port runs the mathematically-equivalent dense attention, which is coherent and fast on MLX.
mlx_vlm_keye_support/keyevl2/. Install it:1pip install mlx-vlm
2# copy the bundled module into your mlx-vlm install:
3python - <<'PY'
4import mlx_vlm, os, shutil
5dst = os.path.join(os.path.dirname(mlx_vlm.__file__), "models", "keyevl2")
6shutil.copytree("mlx_vlm_keye_support/keyevl2", dst, dirs_exist_ok=True)
7print("installed keyevl2 ->", dst)
8PYmlx_vlm/prompt_utils.py): add
"keye_vl2": MessageFormat.LIST_WITH_IMAGE_FIRST, to the format map.1python -m mlx_vlm generate --model lemuralabs/Keye-VL-2.0-30B-A3B-uncensored-mlx-mxfp4 \
2 --prompt "Describe this image." --image path/to/img.jpg --trust-remote-codemlp_AR projector are included (quantized). Text gen is
verified coherent; image understanding is functional but the packed-vision forward in
this port is a first cut — report issues.qwen3_vl_moe; the sparse sa_indexer is dropped.Lemura Labs)Keye-VL-2.0-30B-A3B-uncensored — abliterated bf16 — full precision (CUDA / vLLM / SGLang)Keye-VL-2.0-30B-A3B-uncensored-mlx-optiq-3.7bpw — MLX mixed ~3.87 bpw — Apple Silicon