Ollama
Notes
Release notes
v0.1.18
· 1y+
New models
- TinyLlama: a compact 1.1B Llama model on 3 trillion tokens
- OpenHermes 2: A 7B model, fine-tuned on Mistral with strong multi-turn chat skills and system prompt capabilities.
- WizardCoder 33B: a new 33B state of the art code generation model:
ollama run wizardcoder:33b - Dolphin Phi: a 2.7B uncensored model, based on the Phi language model by Microsoft Research
What's Changed
- Added
/? shortcutshelp command toollama runto list keyboard shortcuts - Improved performance when sending follow up messages in
ollama runor via the API. - Fixed issues where certain 7B models would error on GPUs with 4GB of memory or less
- Fixed issue where Llava model prompts couldn't start with a file path
- Fixed issue where model would not be correctly reloaded if options or parameters changed between requests
- Ollama will now automatically pull new models when running older
ggmlformat models. If using customggmlformat models in aModelfile, please import GGUF models instead.
New Contributors
- @pgibler made their first contribution in https://github.com/jmorganca/ollama/pull/1595
- @rxlabz made their first contribution in https://github.com/jmorganca/ollama/pull/1564
- @K0IN made their first contribution in https://github.com/jmorganca/ollama/pull/1642
- @Icelain made their first contribution in https://github.com/jmorganca/ollama/pull/1708
- @kghandour made their first contribution in https://github.com/jmorganca/ollama/pull/1747
- @shuhblam made their first contribution in https://github.com/jmorganca/ollama/pull/1766
Full Changelog: https://github.com/jmorganca/ollama/compare/v0.1.17...v0.1.18