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_p
sampling option ollama create
will 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
/save
would cause parameters to be saved incorrectly - OpenAI-compatible API will now return a
finish_reason
oftool_calls
if 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
Full Changelog: v0.3.0...v0.3.1