rocm broken on ollama

This commit is contained in:
William 2024-03-22 16:33:05 -03:00
parent 1d3ad5c7ae
commit f44aaac8d9

View file

@ -29,8 +29,7 @@
}; };
}; };
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs; [ ollama ];
[ (ollama.override { acceleration = "rocm"; }) ];
hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ]; hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ];