From 56094f345f2a2ae8fce92b70a8f82c06e06e565d Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Sat, 27 Sep 2025 13:34:26 -0400 Subject: [PATCH] Correct load timeout for Ollama --- hosts/default/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index c4bdc8b..b04684d 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -405,7 +405,7 @@ in acceleration = "rocm"; environmentVariables = { HCC_AMDGPU_TARGET = "gfx1031"; # used to be necessary, but doesn't seem to anymore - OLLAMA_LOAD_TIMEOUT = "2"; # Reduce load timeout (from 5 min)...if it's that big, forget it. + OLLAMA_LOAD_TIMEOUT = "2m"; # Reduce load timeout (from 5 min)...if it's that big, forget it. # OK, so origins is more about setting up CORS than firewalling things. (and requires e.g. http[s]://IP|Host/* etc) #OLLAMA_ORIGINS = "10.40.4.2"; # Only accept connections from locally.