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
- 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 create would import data from both consolidated.safetensors and 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 https://github.com/ollama/ollama/pull/11371
- @macarronesc made their first contribution in https://github.com/ollama/ollama/pull/12973
- @breatn made their first contribution in https://github.com/ollama/ollama/pull/12985
- @cybardev made their first contribution in https://github.com/ollama/ollama/pull/13045
- @baptistejamin made their first contribution in https://github.com/ollama/ollama/pull/12899
Full Changelog: https://github.com/ollama/ollama/compare/v0.12.10...v0.12.11-rc1