flake update
This commit is contained in:
@ -15,7 +15,7 @@ in {
|
||||
package =
|
||||
if config.services.xserver.videoDrivers == ["amdgpu"] # rocblas-6.0.2 broken
|
||||
then pkgs.pinned.ollama
|
||||
else null;
|
||||
else pkgs.ollama;
|
||||
acceleration =
|
||||
if config.services.xserver.videoDrivers == ["amdgpu"]
|
||||
then "rocm"
|
||||
|
@ -48,10 +48,4 @@
|
||||
podman.enable = true;
|
||||
virtualisation.enable = true;
|
||||
};
|
||||
services.ollama = {
|
||||
environmentVariables = {
|
||||
HCC_AMDGPU_TARGET = "gfx1100";
|
||||
};
|
||||
rocmOverrideGfx = "11.0.0";
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user