--- license: apache-2.0 pipeline_tag: text-generation library_name: mlx base_model: nex-agi/Nex-N2-mini tags: - mlx --- # Asur4N/Nex-N2-mini-BF16-mlx This model was converted to MLX format from [`nex-agi/Nex-N2-mini`](https://huggingface.co/nex-agi/Nex-N2-mini) using mlx-vlm version **0.6.3**. Refer to the [original model card](https://huggingface.co/nex-agi/Nex-N2-mini) for more details on the model. ## Use with mlx ```bash pip install -U mlx-vlm ``` ```bash python -m mlx_vlm.generate --model Asur4N/Nex-N2-mini-BF16-mlx --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```