307 Downloads Updated 2 weeks ago
ollama run frob/mimo-v2-flash
Updated 2 weeks ago
2 weeks ago
c598db5dc0f8 · 178GB ·
Imported from hf.co/unsloth/MiMo-V2-Flash-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 .
$ ollama run frob/mimo-v2-flash --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...
I need to check the current time on the system. I can use bash to run a
command like `date`. Let me do that.
...done thinking.
running: Bash: date
Thu Apr 30 10:49:03 AM CEST 2026
Thinking...
The current time is Thu Apr 30 10:49:03 AM CEST 2026. I should respond with this
information. Let me also check the timezone maybe, but the date command already
shows CEST. I'll output the result to the user.
...done thinking.
The current time is **Thu Apr 30 10:49:03 AM CEST 2026**.
$ ollama run frob/mimo-v2-flash --think=false
>>> hello
Hello! How can I help you today?