brianjking / mlx-vlm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLX-VLM

MLX-VLM a package for running Vision LLMs on your Mac using MLX.

Get started

The easiest way to get started is to install the mlx-vlm package:

With pip:

pip install mlx-vlm

Inference:

python -m mlx_vlm.generate --model qnguyen3/nanoLLaVA --max-tokens 100 --temp 0.0

About

License:MIT License


Languages

Language:Python 100.0%