disable ollama
This commit is contained in:
parent
a8e52674a8
commit
03fbac1db0
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
services.k3s.role = lib.mkForce "agent";
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
#enable = true; # broken. lol
|
||||
acceleration = "rocm";
|
||||
# Thank you amd for not supporting 11.0.1
|
||||
environmentVariables.HCC_AMDGPU_TARGET = "gfx1100";
|
||||
|
|
Loading…
Reference in a new issue