Ollama

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

ollama_windows

Windows Preview

Ollama is now available on Windows in preview. Download it here. Ollama on Windows makes it possible to pull, run and create large language models in a new native Windows experience. It includes built-in GPU acceleration, access to the full model library, and the Ollama API including OpenAI compatibility.

What's Changed

  • Ollama on Windows is now available in preview.
  • Fixed an issue where requests would hang after being repeated several times
  • Ollama will now correctly error when provided an unsupported image format
  • Fixed issue where ollama serve wouldn't immediately quit when receiving a termination signal
  • Fixed issues with prompt templating for the /api/chat endpoint, such as where Ollama would omit the second system prompt in a series of messages
  • Fixed issue where providing an empty list of messages would return a non-empty response instead of loading the model
  • Setting a negative keep_alive value (e.g. -1) will now correctly keep the model loaded indefinitely

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.1.24...v0.1.25