From e5cb49c43fa803069163663a7b648e29f88d318f Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Wed, 22 Jan 2025 11:53:51 -0500 Subject: [PATCH] Change target ISA 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 3567698..e048d6f 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -306,7 +306,7 @@ environmentVariables = { HCC_AMDGPU_TARGET = "gfx1031"; # used to be necessary, but doesn't seem to anymore }; - rocmOverrideGfx = "10.3.1"; + rocmOverrideGfx = "10.3.0"; }; system.activationScripts = { script.text = ''