Skip to content

v0.1.0

Compare
Choose a tag to compare
@jmorganca jmorganca released this 23 Sep 13:22
· 1610 commits to main since this release
5306b02

Ollama for Linux

Ollama for Linux is now available, with GPU acceleration enabled out-of-the-box for Nvidia GPUs.

馃挴 Ollama will run on cloud servers with multiple GPUs attached
馃 Ollama will run on WSL 2 with GPU support
馃槏 Ollama maximizes the number of GPU layers to load to increase performance without crashing
馃ぉ Ollama will support CPU only, and small hobby gaming GPUs to super powerful workstation graphics cards like the H100

Download

curl https://ollama.ai/install.sh | sh

Manual install steps are also available.

Changelog

  • Ollama will now automatically offload as much of the running model as is supported by your GPU for maximum performance without any crashes
  • Fix issue where characters would be erased when running ollama run
  • Added a new community project by @TwanLuttik in #574

New Contributors

Full Changelog: v0.0.21...v0.1.0