Talk:Ollama

Revision as of 21:27, 10 December 2025 by Cymno (talk | contribs) (slight syntax change: new section)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Latest comment: Wednesday at 21:27 by Cymno in topic slight syntax change

slight syntax change

It seems the syntax to specify acceleration type has changed. On a recent nixos rebuild I got the following error:

The option definition `services.ollama.acceleration' no longer has any effect; please remove it. Set `services.ollama.package` to one of `pkgs.ollama[,-vulkan,-rocm,-cuda,-cpu]` instead.

The new syntax seems to be like this:

services.ollama = {    enable = true;     package = pkgs.ollama-rocm;   }; Cymno (talk) 21:27, 10 December 2025 (UTC)Reply

Return to "Ollama" page.