Blaizzy / mlx-vlm

MLX-VLM is a package for running Vision LLMs locally on your Mac using MLX.
MIT License
144 stars 12 forks source link

Fix hf-to-mlx conversion and quantization #6

Closed Blaizzy closed 2 months ago

Blaizzy commented 2 months ago

This PR addresses an issue of quantization and missing projector when converting models to MLX format. It also includes several other fixes and enhancements:

  1. Add check array to avoid mismatch of converted models
  2. Fix quantization issue
  3. Upload model card README