frob/ mimo-v2-flash:309b-a15b-bf16

307 2 weeks ago

tools thinking
ollama run frob/mimo-v2-flash:309b-a15b-bf16

Details

2 weeks ago

36c18599b96d · 618GB ·

mimo2
·
309B
·
BF16
<|im_start|>system {{- if .System }} {{ .System }} {{- else }} You are MiMo, a helpful AI assistant
MIT License Copyright (c) [year] [fullname] Permission is hereby granted, free of charge, to any per
{ "temperature": 0.8, "top_p": 0.95 }

Readme

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?