feat: disabled jupiter's gpu

This commit is contained in:
Nick 2025-02-17 19:44:55 -06:00
parent a0e5ffb3d4
commit a5996792ce

View file

@ -66,13 +66,13 @@ in
if hostname == jupiter.name then if hostname == jupiter.name then
{ {
models = service.paths.path1; models = service.paths.path1;
acceleration = "rocm"; # acceleration = "rocm";
package = pkgs.ollama.override { # package = pkgs.ollama.override {
config = { # config = {
rocmSupport = true; # rocmSupport = true;
cudaSupport = false; # cudaSupport = false;
}; # };
}; # };
} }
else else
{ {