What's Changed (this repo branch)
Sync to Ollama main v0.7.0
What's Changed (from Ollama)
Ollama now supports multimodal models via Ollama’s new engine, starting with new vision multimodal models:
What's Changed
- Ollama now supports providing WebP images as input to multimodal models
-Fixed issue where a blank terminal window would appear when runnings models on Windows - Fixed error that would occur when running
llama4on NVIDIA GPUs - Reduced log level of
key not foundmessage - Ollama will now correct remove quotes from image paths when sending images as input with
ollama run - Improved performance of importing safetensors models via
ollama create - Improved prompt processing speeds of Qwen3 MoE on macOS
- Fixed issue where providing large JSON schemas in structured output requests would result in an error
- Ollama's API will now return code 405 instead of 404 for methods that are not allowed
- Fixed issue where
ollamaprocesses would continue to run after a model was unloaded
New Contributors
- @ashokgelal made their first contribution in ollama#8668
- @Aharon-Bensadoun made their first contribution in ollama#9719
- @HardCodeDev777 made their first contribution in ollama#10664
Full Changelog: v0.6.8...v0.7.0
