all repos — nixfiles @ 532e47dba876af03c2b034adde633c124d827ba1

System and user configuration, managed by nix and home-manager

marvin: don't preload llama3.3 in ollama
Alan Pearce alan@alanpearce.eu
Sun, 09 Mar 2025 10:39:16 +0100
commit

532e47dba876af03c2b034adde633c124d827ba1

parent

bcee07928738c5b71dc7c9581adcdfe8b53f86fa

1 files changed, 0 insertions(+), 14 deletions(-)

jump to
M user/marvin.nixuser/marvin.nix
@@ -43,20 +43,6 @@ OLLAMA_FLASH_ATTENTION = "1"; # significantly reduce memory usage as the context size grows         };
       };
     };
-    ollama-preload = {
-      enable = true;
-      config = {
-        ProgramArguments = [
-          "/Users/alan/.local/state/nix/profile/bin/ollama"
-          "run"
-          "llama3.3"
-          ""
-        ];
-        RunAtLoad = true;
-        KeepAlive = false;
-        WorkingDirectory = "/Users/alan";
-      };
-    };
   };
 
   launchd.agents.colima = {