Skip to content

v0.1.28

Compare
Choose a tag to compare
@jmorganca jmorganca released this 01 Mar 06:41
· 697 commits to main since this release
21347e1

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: v0.1.27...v0.1.28