summary refs log tree commit diff
path: root/host/Rory-nginx/services/ollama.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-nginx/services/ollama.nix')
-rwxr-xr-xhost/Rory-nginx/services/ollama.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/ollama.nix b/host/Rory-nginx/services/ollama.nix
index 8151fe3..8480968 100755
--- a/host/Rory-nginx/services/ollama.nix
+++ b/host/Rory-nginx/services/ollama.nix
@@ -8,7 +8,7 @@
     home = "/data/ollama/home";
     models = "/data/ollama/home/models";
     environmentVariables = {
-      OLLAMA_LLM_LIBRARY = "cpu";
+      OLLAMA_LLM_LIBRARY = "cpu_avx2";
     };
     writablePaths = [ "/data/ollama/home" ];
     listenAddress = "0.0.0.0:11434";