chore: had to disable rocm

This commit is contained in:
Nick 2025-01-27 14:59:31 -06:00
parent 3c86475c02
commit e8ff90e583

View file

@ -14,13 +14,13 @@ in
{ {
services = { services = {
ollama = { ollama = {
acceleration = "rocm"; # acceleration = "rocm";
package = pkgs.ollama.override { # package = pkgs.ollama.override {
config = { # config = {
rocmSupport = true; # rocmSupport = true;
cudaSupport = false; # cudaSupport = false;
}; # };
}; # };
enable = true; enable = true;
group = service.name; group = service.name;
host = "http://${localhost}"; host = "http://${localhost}";