What's Changed
- Ollama's API and the OpenAI-compatible API now supports Logprobs
- Ollama's new app now supports WebP images
- Improved rendering performance in Ollama's new app, especially when rendering code
- Tool calling improvements
- The
"required"field in tool definitions will now be omitted if not specified - Fixed issue where
"tool_call_id"would be omitted when using the OpenAI-compatible API. - Fixed issue where
ollama createwould import data from bothconsolidated.safetensorsand other safetensor files. - Ollama will now prefer dedicated GPUs over iGPUs when scheduling models
- Vulkan can now be enabled by setting
OLLAMA_VULKAN=1. For example:OLLAMA_VULKAN=1 ollama serve
New Contributors
- @mags0ft made their first contribution in #11371
- @macarronesc made their first contribution in #12973
- @breatn made their first contribution in #12985
- @cybardev made their first contribution in #13045
- @baptistejamin made their first contribution in #12899
Full Changelog: v0.12.10...v0.12.11-rc1