File size: 1,006 Bytes
c51519d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
language:
- en
- fr
- de
- es
- pt
- it
- ja
- ko
- ru
- zh
- ar
- fa
- id
- ms
- ne
- pl
- ro
- sr
- sv
- tr
- uk
- vi
- hi
- bn
license: apache-2.0
library_name: vllm
inference: false
base_model:
- mistralai/Mistral-Small-3.1-24B-Base-2503
extra_gated_description: If you want to learn more about how we process your personal
  data, please read our <a href="https://mistral.ai/terms/">Privacy Policy</a>.
tags:
- mlx
---

# mlx-community/Mistral-Small-3.1-24B-Instruct-2503-6bit
This model was converted to MLX format from [`prince-canuma/Mistral-Small-3.1-24B-Instruct-2503`]() using mlx-vlm version **0.1.19**.
Refer to the [original model card](https://huggingface.co/prince-canuma/Mistral-Small-3.1-24B-Instruct-2503) for more details on the model.
## Use with mlx

```bash
pip install -U mlx-vlm
```

```bash
python -m mlx_vlm.generate --model mlx-community/Mistral-Small-3.1-24B-Instruct-2503-6bit --max-tokens 100 --temperature 0.0 --prompt "Describe this image." --image <path_to_image>
```