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;
[ (ollama.override { acceleration = "rocm"; }) ];
environment.systemPackages = with pkgs; [ ollama ];
hardware.opengl.extraPackages = with pkgs; [ rocmPackages.clr.icd ];