From 424ab17f6887907c1fec97265eefd6802b6fac2c Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Fri, 24 Oct 2025 23:27:41 -0400 Subject: [PATCH] Re-enable rocm...turns out it wasn't just hipblaslt, but also aortriton https://github.com/NixOS/nixpkgs/issues/453992 --- 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 8cccb56..eea65c3 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -418,7 +418,7 @@ in services.ollama = { enable = true; - #acceleration = "rocm"; hipblaslt not compiling at present + acceleration = "rocm"; # hipblaslt not compiling at present environmentVariables = { HCC_AMDGPU_TARGET = "gfx1031"; # used to be necessary, but doesn't seem to anymore OLLAMA_LOAD_TIMEOUT = "2m"; # Reduce load timeout (from 5 min)...if it's that big, forget it.