jedisct1 commited on
Commit
eea7d9c
·
verified ·
1 Parent(s): b55d1ae

Add files using upload-large-folder tool

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -161,13 +161,11 @@ llama-server \
161
 
162
  For best tool-calling results:
163
 
164
- - Use the [Swival](https://swival.dev) harness
165
  - Disable model reasoning output with `--reasoning off` or `MIMO_REASONING=off`.
166
  - Set `parallel_tool_calls` to `false` if your client supports it.
167
  - Avoid forcing `tool_choice: required`; in testing it made malformed calls more likely.
168
 
169
- This build was tested with Swival-style tool schemas for `read_file`, `grep`, `outline`, `run_command`, and `todo`.
170
-
171
  ## License
172
 
173
  The upstream model card for `XiaomiMiMo/MiMo-V2.5` declares the MIT license. This derived GGUF is provided under the same license metadata.
 
161
 
162
  For best tool-calling results:
163
 
164
+ - Use the [Swival](https://swival.dev) harness - it should work with anything using OpenAI-like tool calling convention, but it is tested with Swival.
165
  - Disable model reasoning output with `--reasoning off` or `MIMO_REASONING=off`.
166
  - Set `parallel_tool_calls` to `false` if your client supports it.
167
  - Avoid forcing `tool_choice: required`; in testing it made malformed calls more likely.
168
 
 
 
169
  ## License
170
 
171
  The upstream model card for `XiaomiMiMo/MiMo-V2.5` declares the MIT license. This derived GGUF is provided under the same license metadata.