frob/ mimo-v2.5:310b-a15b-iq3_s

77 1 week ago

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

Details

1 week ago

87d47116231e · 113GB ·

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

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?