nixpkgs-bootstrap.master: 0-unstable-2025-03-06 -> 0-unstable-2025-03-08

This commit is contained in:
2025-03-09 01:10:06 +00:00
parent 7c78ba5776
commit 3080c34398
4 changed files with 24 additions and 24 deletions

View File

@@ -87,7 +87,7 @@ in
# these acceleration settings are relevant to `desko`.
services.ollama.acceleration = lib.mkIf config.hardware.amdgpu.opencl.enable "rocm"; # AMD GPU acceleration (achieves the same as `nixpkgs.config.rocmSupport = true` but just for ollama)
services.ollama.rocmOverrideGfx = "10.1.0"; #< `nix-shell -p "rocmPackages.rocminfo" --run "rocminfo" | grep "gfx"`
services.ollama.rocmOverrideGfx = "10.1.0"; #< `nix-shell -p "rocmPackages.rocminfo" --run "rocminfo" | grep "gfx"` (e.g. gfx1010)
# services.ollama.environmentVariables.HCC_AMDGPU_TARGET = "gfx1010"; # seems to be unnecessary
users.groups.ollama = {};