From b032bbfabb2b18b10682a99d6a5a02198973dd8c Mon Sep 17 00:00:00 2001 From: "Chris (wolcen) Thompson" Date: Wed, 15 Oct 2025 14:56:46 -0400 Subject: [PATCH] Fix current issues compiling hipblaslt ...disables GPU acceleration, but better than running out of ram when it fails to build --- hosts/default/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 564b37c..4328e00 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -388,7 +388,7 @@ in pkgs.libcap pkgs.libva pkgs.mesa - pkgs.rocmPackages.clr.icd + #pkgs.rocmPackages.clr.icd ...no idea if this is causing the rocm-related build fail. #pkgs.pcre2 #pkgs.libselinux #pkgs.rocmPackages.rocblas @@ -410,7 +410,7 @@ in services.ollama = { enable = true; - acceleration = "rocm"; + #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.