Ollama
Notes
Release notes
v0.1.28
· 1y+
New models
- StarCoder2: the next generation of transparently trained open code LLMs that comes in three sizes: 3B, 7B and 15B parameters.
- DolphinCoder: a chat model based on StarCoder2 15B that excels at writing code.
What's Changed
- Vision models such as
llavashould now respond better to text prompts - Improved support for
llava1.6 models - Fixed issue where switching between models repeatedly would cause Ollama to hang
- Installing Ollama on Windows no longer requires a minimum of 4GB disk space
- Ollama on macOS will now more reliably determine available VRAM
- Fixed issue where running Ollama in
podmanwould not detect Nvidia GPUs - Ollama will correctly return an empty embedding when calling
/api/embeddingswith an emptypromptinstead of hanging
New Contributors
- @Bin-Huang made their first contribution in https://github.com/ollama/ollama/pull/1706
- @elthommy made their first contribution in https://github.com/ollama/ollama/pull/2737
- @peanut256 made their first contribution in https://github.com/ollama/ollama/pull/2354
- @tylinux made their first contribution in https://github.com/ollama/ollama/pull/2827
- @fred-bf made their first contribution in https://github.com/ollama/ollama/pull/2780
- @bmwiedemann made their first contribution in https://github.com/ollama/ollama/pull/2836
Full Changelog: https://github.com/ollama/ollama/compare/v0.1.27...v0.1.28