desktop-2025-02-01-10-34-06
This commit is contained in:
@ -159,12 +159,13 @@ in {
|
||||
enable = true;
|
||||
enable32Bit = true;
|
||||
# doesnt build atm
|
||||
# extraPackages = with pkgs; [rocmPackages.clr.icd];
|
||||
extraPackages = with pkgs; [
|
||||
clinfo
|
||||
rocmPackages.clr.icd
|
||||
rocmPackages.rocminfo
|
||||
rocmPackages.rocm-runtime
|
||||
];
|
||||
};
|
||||
|
||||
# cpu.x86.msr = {
|
||||
# enable = true;
|
||||
# };
|
||||
};
|
||||
|
||||
powerManagement = {
|
||||
@ -184,6 +185,17 @@ in {
|
||||
pulse.enable = true;
|
||||
};
|
||||
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
environmentVariables = {
|
||||
HCC_AMDGPU_TARGET = "gfx1100"; # used to be necessary, but doesn't seem to anymore
|
||||
};
|
||||
rocmOverrideGfx = "11.0.0";
|
||||
};
|
||||
|
||||
open-webui.enable = true;
|
||||
|
||||
samba = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user