Talk:Ollama: Difference between revisions

Cymno (talk | contribs)
 
Cymno (talk | contribs)
Line 5: Line 5:
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 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:
This compiles, but I haven't tested yet whether acceleration works correctly:


<code>services.ollama = {    enable = true;
<code>services.ollama = {     
    package = pkgs.ollama-rocm;
    enable = true;
  };</code> [[User:Cymno|Cymno]] ([[User talk:Cymno|talk]]) 21:27, 10 December 2025 (UTC)
    package = pkgs.ollama-rocm;
};</code>
Return to "Ollama" page.