marvin: don't preload llama3.3 in ollama
Alan Pearce alan@alanpearce.eu
Sun, 09 Mar 2025 10:39:16 +0100
1 files changed, 0 insertions(+), 14 deletions(-)
jump to
M user/marvin.nix → user/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 = {