ollama run frob/mimo-v2.5
Updated 1 week ago
1 week ago
60fa47a5d80b · 190GB ·
Imported from hf.co/AesSedai/MiMo-V2.5-GGUF.
Note that ollama does not yet support this model. To run it, ollama needs to be patched with #14864.
$ git clone https://github.com/ollama/ollama.git .
$ git checkout v0.20.0
$ curl -L https://github.com/ollama/ollama/pull/14864.diff | patch -p1
$ docker build -t ollama/ollama:0.20.0-14864 .
This is still a work in progress. While -14864 supports the text-only version of the model, there is an open PR for supporting other modalities.
$ ollama run frob/mimo-v2.5 --experimental --experimental-yolo
This experimental version of Ollama has the bash tool enabled.
Models can read files on your computer, or run commands (after you allow them).
warning: yolo mode - all tool approvals will be skipped
>>> what is the time?
Thinking...
The user is asking "what is the time?" I should check the current system time using a bash command. Let me use `date` to get the current time.
...done thinking.
running: Bash: date
Mon May 4 11:34:00 AM CEST 2026
Thinking...
The system time is Mon May 4 11:34:00 AM CEST 2026. I should inform the user of the current time.
...done thinking.
The current time is **Mon May 4, 11:34:00 AM CEST 2026**.
$ ollama run frob/mimo-v2.5 --think=false hello
Hello! How can I help you today?