File size: 422 Bytes
272595a
 
 
da5d749
bd37e76
 
166326e
 
 
 
 
619d610
 
2bd4b8e
619d610
 
166326e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
license: mit
base_model:
- XiaomiMiMo/MiMo-VL-7B-RL
---

This model was converted and quantized using the official tools provided by `llama.cpp`.

Serving:

```bash
./build/bin/llama-server --mmproj /models/mmproj-MiMo-VL-7B-RL-f16.gguf \
    -m /models/MiMo-VL-7B-RL-q4_k_m.gguf -ngl 999

./build/bin/llama-server --mmproj /models/mmproj-MiMo-VL-7B-RL-q8_0.gguf \
    -m /models/MiMo-VL-7B-RL-q4_k_m.gguf -ngl 999
```