disable ollama

This commit is contained in:
Charlotte 🦝 Delenk 2024-07-07 09:35:56 +02:00
parent a8e52674a8
commit 03fbac1db0

View file

@ -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";