--- base_model: mistralai/Devstral-Small-2-24B-Instruct-2512 library_name: mlx license: apache-2.0 pipeline_tag: image-text-to-text tags: - mlx - mistral3 - mistral-common - safetensors - 8-bit --- # mlx-community/Devstral-Small-2-24B-Instruct-2512-8bit This model was converted to MLX format from [mistralai/Devstral-Small-2-24B-Instruct-2512](https://huggingface.co/mistralai/Devstral-Small-2-24B-Instruct-2512) at revision `c599e8e56f3f9110e97f0dc0450ce248e3334d84`. It was generated from the current `mlx-vlm` source checkout on the JarvisLabs conversion instance. ## Use with mlx-vlm ```bash pip install -U mlx-vlm mlx_vlm.generate --model mlx-community/Devstral-Small-2-24B-Instruct-2512-8bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image ```