Views
No views yet
1python -m mlx_vlm convert \
2 --hf-path CohereLabs/North-Micro-Vision-Instruct \
3 --mlx-path North-Micro-Vision-Instruct-bf16 \
4 --dtype bfloat16 \
5 --upload-repo mlx-community/North-Micro-Vision-Instruct-bf16pip install -U "mlx-vlm @ git+https://github.com/Blaizzy/mlx-vlm.git"1mlx_vlm.generate \
2 --model mlx-community/North-Micro-Vision-Instruct-bf16 \
3 --image /path/to/image.jpg \
4 --prompt "Describe this image." \
5 --max-tokens 512 \
6 --temperature 0.0