--- base_model: - HuggingFaceTB/SmolVLM2-2.2B-Instruct language: - en library_name: transformers license: apache-2.0 pipeline_tag: image-text-to-text tags: - mlx --- # HuggingFaceTB/SmolVLM2-2.2B-Instruct-mlx This model was converted to MLX format from [`HuggingFaceTB/SmolVLM2-2.2B-Instruct`](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) using mlx-vlm. Refer to the [original model card](https://huggingface.co/HuggingFaceTB/SmolVLM2-2.2B-Instruct) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model mlx-community/SmolVLM2-2.2B-Instruct-mlx --max-tokens 100 --temp 0.0 ```