Ollama

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

<img src="https://github.com/ollama/ollama/assets/3325447/d282a022-cf86-4feb-8c35-e5139b97d8e3" width="100%" />

AMD Preview

Ollama now supports AMD graphics cards in preview on Windows and Linux. All the features are now accelerated by AMD graphics cards, and support is included by default in Ollama for Linux, Windows and Docker.

Supported cards and accelerators

Family Supported cards and accelerators
AMD Radeon RX 7900 XTX 7900 XT 7900 GRE 7800 XT 7700 XT 7600 XT 7600 <br>6950 XT 6900 XTX 6900XT 6800 XT 6800<br>Vega 64 Vega 56
AMD Radeon PRO W7900 W7800 W7700 W7600 W7500 <br>W6900X W6800X Duo W6800X W6800<br>V620 V420 V340 V320<br>Vega II Duo Vega II VII SSG
AMD Instinct MI300X MI300A MI300<br>MI250X MI250 MI210 MI200<br>MI100 MI60 MI50

What's Changed

  • ollama &lt;command&gt; -h will now show documentation for supported environment variables
  • Fixed issue where generating embeddings with nomic-embed-text, all-minilm or other embedding models would hang on Linux
  • Experimental support for importing Safetensors models using the FROM &lt;directory with safetensors model&gt; command in the Modelfile
  • Fixed issues where Ollama would hang when using JSON mode.
  • Fixed issue where ollama run would error when piping output to tee and other tools
  • Fixed an issue where memory would not be released when running vision models
  • Ollama will no longer show an error message when piping to stdin on Windows

New Contributors

Full Changelog: https://github.com/ollama/ollama/compare/v0.1.28...v0.1.29