"""Run the MLX-VLM generation CLI with model-local runtime support.""" from mlx_vlm_model_file_loader import install install() from mlx_vlm.generate.cli import main # noqa: E402 if __name__ == "__main__": main()