Ollama
Notes
Release notes
v0.3.1
· 1y+
Google's Gemma 2 has a new 2B parameter small model!
ollama run gemma2:2b
New models
- Gemma 2 2B: A new 2B parameter model by Google DeepMind
What's Changed
- Added support for
min_psampling option ollama createwill now autodetect required stop parameters when importing certain models- Ollama on Windows will now show better error messages if required files are missing
- Fixed issue where
/savewould cause parameters to be saved incorrectly - OpenAI-compatible API will now return a
finish_reasonoftool_callsif a tool call occured. - Performance and reliability improvements when downloading models using
ollama pull - Ollama's Linux install script will now return a better error on unsupported CUDA versions
New Contributors
- @Robitx made their first contribution in https://github.com/ollama/ollama/pull/1825
- @hellerve made their first contribution in https://github.com/ollama/ollama/pull/6041
Full Changelog: https://github.com/ollama/ollama/compare/v0.3.0...v0.3.1