Ollama
Notes
Release notes
v0.1.13
· 1y+
New models
- Starling: a large language model trained by reinforcement learning from AI feedback focused on improving chatbot helpfulness.
- Meditron: Open-source medical large language model adapted from Llama 2 to the medical domain.
- DeepSeek LLM An advanced language model crafted with 2 trillion bilingual tokens.
What's Changed
- Improved progress bar when running
ollama pullwith a simpler design that displays a more consistent download speed and remaining time - The system prompt can now be set in
ollama runusing/set system <system prompt>. - Parameters can now be set in
ollama runusing/set <parameter> <value>. Examples:- Set the context size to 16K:
/set parameter num_ctx 16384 - Set the temperature to 1:
/set parameter temperature 1 - Set the seed:
/set parameter seed 1048
- Set the context size to 16K:
- Fixed issue where Linux installer script would encounter an error when installing on Red Hat Enterprise Linux with an Nvidia GPU
New Contributors
- @kasumi-1 made their first contribution in https://github.com/jmorganca/ollama/pull/1281
- @rootedbox made their first contribution in https://github.com/jmorganca/ollama/pull/1287
- @ftorto made their first contribution in https://github.com/jmorganca/ollama/pull/1299
- @ToasterUwU made their first contribution in https://github.com/jmorganca/ollama/pull/1301
- @jeremiahbuckley made their first contribution in https://github.com/jmorganca/ollama/pull/1321
- @smartalecH made their first contribution in https://github.com/jmorganca/ollama/pull/994
Full Changelog: https://github.com/jmorganca/ollama/compare/v0.1.12...v0.1.13