Instructions to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- llama-cpp-python
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with llama-cpp-python:
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="XiaomiMiMo/MiMo-VL-7B-SFT-GGUF", filename="MiMo-VL-7B-SFT_BF16.gguf", )
llm.create_chat_completion( messages = "No input example has been defined for this model task." )
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with llama.cpp:
Install from brew
brew install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16 # Run inference directly in the terminal: llama-cli -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama-server -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16 # Run inference directly in the terminal: llama-cli -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16 # Run inference directly in the terminal: ./llama-cli -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16 # Run inference directly in the terminal: ./build/bin/llama-cli -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Use Docker
docker model run hf.co/XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
- LM Studio
- Jan
- Ollama
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with Ollama:
ollama run hf.co/XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
- Unsloth Studio
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for XiaomiMiMo/MiMo-VL-7B-SFT-GGUF to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for XiaomiMiMo/MiMo-VL-7B-SFT-GGUF to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for XiaomiMiMo/MiMo-VL-7B-SFT-GGUF to start chatting
- Pi
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Hermes Agent new
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama-server -hf XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Run Hermes
hermes
- Docker Model Runner
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with Docker Model Runner:
docker model run hf.co/XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
- Lemonade
How to use XiaomiMiMo/MiMo-VL-7B-SFT-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull XiaomiMiMo/MiMo-VL-7B-SFT-GGUF:BF16
Run and chat with the model
lemonade run user.MiMo-VL-7B-SFT-GGUF-BF16
List all available models
lemonade list
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MiMo-VL Technical Report
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
I. Introduction
In this report, we share our efforts to build a compact yet powerful VLM, MiMo-VL-7B. MiMo-VL-7B comprises (1) a native resolution ViT encoder that preserves fine-grained visual details, (2) an MLP projector for efficient cross-modal alignment, and (3) our MiMo-7B language model, specifically optimized for complex reasoning tasks.
The development of MiMo-VL-7B involves two sequential training processes: (1) A four-stage pre-training phase, which includes projector warmup, vision-language alignment, general multi-modal pre-training, and long-context Supervised Fine-Tuning (SFT). This phase yields the MiMo-VL-7B-SFT model. (2) A subsequent post-training phase, where we introduce Mixed On-policy Reinforcement Learning (MORL), a novel framework that seamlessly integrates diverse reward signals spanning perception accuracy, visual grounding precision, logical reasoning capabilities, and human/AI preferences. This phase yields the MiMo-VL-7B-RL model.
We open-source MiMo-VL-7B series, including checkpoints of the SFT and RL model. We believe this report along with the models will provide valuable insights to develop powerful reasoning VLMs that benefit the larger community.
🛤️ During this journey, we find
- Incorporating high-quality, broad-coverage reasoning data from the pre-training stage is crucial for enhancing model performance
- We curate high-quality reasoning data by identifying diverse queries, employing large reasoning models to regenerate responses with long CoT, and applying rejection sampling to ensure quality.
- Rather than treating this as supplementary fine-tuning data, we incorporate substantial volumes of this synthetic reasoning data directly into the later pre-training stages, where extended training yields continued performance improvements without saturation.
- Mixed On-policy Reinforcement Learning further enhances model performance, while achieving stable simultaneous improvements remains challenging
- We apply RL across diverse capabilities, including reasoning, perception, grounding, and human preference alignment, spanning modalities including text, images, and videos. While this hybrid training approach further unlock model’s potential, interference across data domains remains a challenge.
II. Model Details
Models are available at Huggingface Collections: MiMo-VL and ModelScope Collections: MiMo-VL
| Model | Description | Download (HuggingFace) | Download (ModelScope) |
|---|---|---|---|
| MiMo-VL-7B-SFT | VLM with extraordinary reasoning potential after 4-stage pre-training | 🤗 XiaomiMiMo/MiMo-VL-7B-SFT | 🤖️ XiaomiMiMo/MiMo-VL-7B-SFT |
| MiMo-VL-7B-RL | RL model leapfrogging existing open-source models | 🤗 XiaomiMiMo/MiMo-VL-7B-RL | 🤖️ XiaomiMiMo/MiMo-VL-7B-RL |
III. Evaluation Results
General Capabilities
In general visual-language understanding, MiMo-VL-7B models achieve state-of-the-art open-source results.
Reasoning Tasks
In multi-modal reasoning, both the SFT and RL models significantly outperform all compared open-source baselines across these benchmarks.
Results marked with * are obtained using our evaluation framework. Tasks with ${\dagger}$ are evaluated by GPT-4o.
GUI Tasks
MiMo-VL-7B-RL possess exceptional GUI understanding and grounding capabilities. As a general-purpose VL model, MiMo-VL achieves comparable or even superior performance to GUI-specialized models.
Elo Rating
With our in-house evaluation dataset and GPT-4o judgments, MiMo-VL-7B-RL achieves the highest Elo rating among all evaluated open-source vision-language models, ranking first across models spanning from 7B to 72B parameters.
IV. Deployment
The MiMo-VL-7B series maintain full compatibility with the Qwen2_5_VLForConditionalGeneration architecture for deployment and inference.
V. Citation
@misc{coreteam2025mimovltechnicalreport,
title={MiMo-VL Technical Report},
author={LLM-Core-Team Xiaomi},
year={2025},
eprint={2506.03569},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2506.03569},
}
VI. Contact
Please contact us at mimo@xiaomi.com or open an issue if you have any questions.
- Downloads last month
- 93
16-bit