From ca6c592fe87362562baf3055dd9b8f9cf1ca42fa Mon Sep 17 00:00:00 2001 From: jasmine Date: Tue, 4 Jun 2024 08:44:03 +0800 Subject: [PATCH] Remove GFX override --- nixos/fuchsia/configuration.nix | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 9c6a9eb..9f564cb 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -77,16 +77,12 @@ mouse = { accelProfile = "flat"; }; }; - # Get up and running with large language models locally. - # ollama = { - # enable = true; - # package = pkgs.unstable.ollama; - # acceleration = "rocm"; - # # environmentVariables = { - # # HSA_OVERRIDE_GFX_VERSION = "10.3.0"; - # # }; - # }; + ollama = { + enable = true; + package = pkgs.unstable.ollama; + acceleration = "rocm"; + }; # Enable a few other services. ratbagd.enable = true;