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