Ollama

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

New models

  • MiniCPM-V: A powerful, multi-modal model with leading performance on several benchmarks.
  • Yi-Coder: a series of open-source code language models that delivers state-of-the-art coding performance with fewer than 10 billion parameters.
  • DeepSeek-V2.5: An upgraded version of DeepSeek-V2 that integrates the general and coding abilities of both DeepSeek-V2-Chat and DeepSeek-Coder-V2-Instruct.

What's Changed

  • Fixed rare error that would occur for certain models when running ollama show
  • CUDA 11 will now be used for older NVIDIA drivers that are not compatible with CUDA 12
  • Fixed error when running ollama create to import Gemma 2 models from safetensors
  • The OpenAI-compatible chat and completions APIs will no longer scale temperature and frequency_penalty

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.3.9...v0.3.10