Talk:Ollama
Appearance
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)