Downloads · 30 days
79
33% of all-time downloads
mlx-community/North-Micro-Vision-Instruct-8bit
North-Micro-Vision-Instruct-8bit is a image-text-to-text model from mlx-community. Use it for the image-text-to-text task on the model card, and read the license before you ship it in a product. It is set up for mlx. The card lists the license as apache-2.0.
This repository contains an Apple MLX conversion of CohereLabs/North-Micro-Vision-Instruct. 8-bit affine MLX quantization with group size 64.
Downloads · 30 days
79
33% of all-time downloads
All-time downloads
242
Public
Parameters
2.5B
6.3 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors3.1 GB · 99%
How the weights are stored.
U321.9B · 78%
From the Hugging Face model README
This repository contains an Apple MLX conversion of CohereLabs/North-Micro-Vision-Instruct. 8-bit affine MLX quantization with group size 64.
It belongs to the North Vision MLX collection, which includes BF16, affine 4/5/6/8-bit, MXFP4, MXFP8, and NVFP4 variants.
The repository was regenerated and uploaded directly with the MLX-VLM conversion CLI:
python -m mlx_vlm convert \
--hf-path CohereLabs/North-Micro-Vision-Instruct \
--mlx-path North-Micro-Vision-Instruct-8bit \
--quantize --q-bits 8 --q-group-size 64 --q-mode affine \
--upload-repo mlx-community/North-Micro-Vision-Instruct-8bit
Cohere Compass support is available on the current MLX-VLM main branch. Install it directly from GitHub:
pip install -U "mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm.git"
Run vision-language inference:
mlx_vlm.generate \
--model mlx-community/North-Micro-Vision-Instruct-8bit \
--image /path/to/image.jpg \
--prompt "Describe this image." \
--max-tokens 512 \
--temperature 0.0
You can also pass an image URL to --image.