North Micro Vision Instruct — MXFP8 (MLX)

This repository contains an Apple MLX conversion of CohereLabs/North-Micro-Vision-Instruct. MXFP8 MLX quantization with group size 32.

It belongs to the North Vision MLX collection, which includes BF16, affine 4/5/6/8-bit, MXFP4, MXFP8, and NVFP4 variants.

Conversion details

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-mxfp8 \
  --quantize --q-bits 8 --q-group-size 32 --q-mode mxfp8 \
  --upload-repo mlx-community/North-Micro-Vision-Instruct-mxfp8

Usage

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-mxfp8 \
  --image /path/to/image.jpg \
  --prompt "Describe this image." \
  --max-tokens 512 \
  --temperature 0.0

You can also pass an image URL to --image.

Notes

  • MLX is optimized for Apple silicon.
  • This repository changes the storage precision/quantization, not the source model architecture or intended behavior.
  • Refer to the original model card for capabilities, limitations, licensing context, and responsible-use guidance.
Downloads last month
-
Safetensors
Model size
1B params
Tensor type
U8
·
U32
·
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for mlx-community/North-Micro-Vision-Instruct-mxfp8

Quantized
(11)
this model

Collection including mlx-community/North-Micro-Vision-Instruct-mxfp8