- 06 Jan, 2026 1 commit
-
-
Devon Rifkin authored
* preserve tool definition and call JSON ordering This is another iteration of <https://github.com/ollama/ollama/pull/12518>, but this time we've simplified things by relaxing the competing requirements of being compatible AND order-preserving with templates (vs. renderers). We maintain backwards compatibility at the cost of not guaranteeing order for templates. We plan on moving more and more models to renderers, which have been updated to use these new data types, and additionally we could add an opt-in way of templates getting an order-preserved list (e.g., via sibling template vars) * orderedmap_test: remove testify
-
- 18 Dec, 2025 1 commit
-
-
Parth Sareen authored
-
- 17 Dec, 2025 1 commit
-
-
Grace authored
-
- 16 Dec, 2025 7 commits
-
-
Michael Yang authored
-
Michael Yang authored
slog is already lazily evaluated so this code is completely redundant
-
Michael Yang authored
register bpe tokenizer which enables granite-embedding
-
Parth Sareen authored
-
Parth Sareen authored
--------- Co-authored-by:Daniel Hiltgen <daniel@ollama.com>
-
Grace authored
-
Michael Yang authored
* qwen25vl: bump max pixels * qwen25vl: mrope fix qwen2.5vl window * qwen25vl: vision rope
-
- 15 Dec, 2025 3 commits
-
-
Parth Sareen authored
-
Grace authored
-
Parth Sareen authored
-
- 13 Dec, 2025 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 12 Dec, 2025 2 commits
-
-
Jeffrey Morgan authored
-
Jeffrey Morgan authored
-
- 11 Dec, 2025 1 commit
-
-
Jeffrey Morgan authored
-
- 09 Dec, 2025 4 commits
-
-
nicole pardal authored
-
Parth Sareen authored
-
Parth Sareen authored
-
Jeffrey Morgan authored
-
- 08 Dec, 2025 1 commit
-
-
Michael Yang authored
change to a flatter directory structure and group the options with the function update models to call rope in one place
-
- 02 Dec, 2025 1 commit
-
-
Patrick Devine authored
This change: * fixes rope scaling in the mistral converter * updates ministral to include llama4 scaling * includes a new ministral parser for parsing reasoning and tool calling --------- Co-authored-by:jmorganca <jmorganca@gmail.com>
-
- 20 Nov, 2025 2 commits
-
-
Grace authored
-
Michael Yang authored
the check for mla omits v3 and r1 which should not return unsupported. instead check the tokenizer for compatibility
-
- 19 Nov, 2025 4 commits
-
-
Patrick Devine authored
-
Grace authored
-
nicole pardal authored
-
Michael Yang authored
-
- 18 Nov, 2025 2 commits
-
-
Michael Yang authored
-
Grace authored
* Add mla for flash attention * Revert to using chunks
-
- 13 Nov, 2025 1 commit
-
-
Michael Yang authored
* use slice/chunks * bert * llama4 * gemma3n * gptoss * mistral3 * qwen3vl * qwen25vl * deepseek2 * remove unused ops
-
- 06 Nov, 2025 1 commit
-
-
Daniel Hiltgen authored
-
- 03 Nov, 2025 1 commit
-
-
Michael Yang authored
-
- 30 Oct, 2025 2 commits
-
-
Michael Yang authored
* ml(ggml): mrope * interleave mrope
-
Michael Yang authored
this change fixes images with an alpha channel by overlaying the image onto a white background
-
- 29 Oct, 2025 2 commits
-
-
Grace authored
Eats extra whitespace at the end/beginning of content
-
Michael Yang authored
-
- 28 Oct, 2025 1 commit
-
-
Michael Yang authored
-