From 76be033ec7e7de8341ad27feaf4a63acc67e1ed1 Mon Sep 17 00:00:00 2001 From: jasmine Date: Mon, 8 Jul 2024 22:00:13 +0800 Subject: [PATCH] Use stable ollama --- nixos/fuchsia/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/fuchsia/configuration.nix b/nixos/fuchsia/configuration.nix index 9f564cb..dcbb517 100644 --- a/nixos/fuchsia/configuration.nix +++ b/nixos/fuchsia/configuration.nix @@ -80,7 +80,6 @@ # Get up and running with large language models locally. ollama = { enable = true; - package = pkgs.unstable.ollama; acceleration = "rocm"; };