--- 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 ```