all repos — nixfiles @ 532e47dba876af03c2b034adde633c124d827ba1

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

marvin: don't preload llama3.3 in ollama

Alan Pearce
commit

532e47dba876af03c2b034adde633c124d827ba1

parent

bcee07928738c5b71dc7c9581adcdfe8b53f86fa

1 file 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 = {