Ollama

ollama/ollama last check 191 releases recent
Notes
Release notes
v0.1.28 · 1y+
view on github

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 llava should now respond better to text prompts
  • Improved support for llava 1.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 podman would not detect Nvidia GPUs
  • Ollama will correctly return an empty embedding when calling /api/embeddings with an empty prompt instead of hanging

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.1.27...v0.1.28