summary refs log tree commit diff
path: root/host/Rory-nginx/services/ollama.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-09 12:28:09 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commitc3f12a320c7e7262bc00999b5d62f6f257b8eb67 (patch)
treef852e09cdd482684edd2d6b1d15fa47695876cb7 /host/Rory-nginx/services/ollama.nix
parentServer updates (diff)
downloadRory-Open-Architecture-c3f12a320c7e7262bc00999b5d62f6f257b8eb67.tar.xz
Bunch of changes
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";