Views
No views yet
google/gemma-4-26B-A4B-it,
converted with oMLX 0.3.11.google/gemma-4-26B-A4B-itoMLX 0.3.11mlx-vlm >= 0.5.0 or recent oMLXmlx-vlm 0.5.0
and oMLX 0.3.9 / 0.3.10 / 0.3.11.oMLX 0.3.10 fixed an oQ VLM
issue where processor_config.json was not copied into the quantized output,
which could make an image-text model load through a text-only path.oMLX 0.3.11 after that fix. It includes:processor_config.jsonchat_template.jinjaconfig.jsongeneration_config.jsontokenizer.jsontokenizer_config.jsonmodel.safetensors.index.jsonmlx-vlm 0.5.0 is also relevant because it includes Gemma 4 quantized
per-layer projection loading and several Gemma 4 VLM/runtime fixes.mlx-vlm or oMLX.oMLX 0.3.11, with VLM processor metadata included.pip install -U mlx-vlm huggingface_hub[hf_xet]1mlx_vlm.generate \
2 --model QwQbb/gemma-4-26B-A4B-it-oQ8 \
3 --max-tokens 512 \
4 --temperature 1.0 \
5 --prompt "Explain how MoE routing affects inference cost."1mlx_vlm.generate \
2 --model QwQbb/gemma-4-26B-A4B-it-oQ8 \
3 --image /path/to/image.png \
4 --max-tokens 512 \
5 --temperature 1.0 \
6 --prompt "Describe this image in detail."mlx-vlm / oMLX version.mlx-vlm 0.5.0: https://github.com/Blaizzy/mlx-vlm/releases/tag/v0.5.0oMLX releases: https://github.com/jundot/omlx/releases