frob/ mimo-v2.5:309b-a15b-iq3_s-vision

447 2 months ago

vision tools thinking 309b
ollama run frob/mimo-v2.5:309b-a15b-iq3_s-vision

Details

2 months ago

e719f063c92b · 116GB

mimo2
·
310B
·
Q6_K
clip
·
729M
·
BF16
{{/* This template is NOT USED. Do not set OLLAMA_GO_TEMPLATE=1 */}}{{ .Tools }}{{ range $i, $_ :=
{ "temperature": 1, "top_p": 0.95 }

Readme

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?