Ollama

ollama/ollama last check 191 releases recent
Notes
Release notes
v0.1.13 · 1y+
view on github

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 pull with a simpler design that displays a more consistent download speed and remaining time
  • The system prompt can now be set in ollama run using /set system <system prompt>.
  • Parameters can now be set in ollama run using /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
  • Fixed issue where Linux installer script would encounter an error when installing on Red Hat Enterprise Linux with an Nvidia GPU

New Contributors

Full Changelog: https://github.com/jmorganca/ollama/compare/v0.1.12...v0.1.13