From 7b64acbe30a8bbe0a68eaa838a839fd78ebbcc4f Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 9 Feb 2025 22:03:22 -0500 Subject: [PATCH] Add loadModels to ollama --- machines/hephaestus/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index bb38aa1..09a8e22 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -287,6 +287,10 @@ in environmentVariables = { HSA_OVERRIDE_GFX_VERSION = "11.0.2"; }; + loadModels = [ + "deepseek-r1:8b" + "dolphin3:8b" + ]; }; services.open-webui = {