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
{
models = service.paths.path1;
acceleration = "rocm";
package = pkgs.ollama.override {
config = {
rocmSupport = true;
cudaSupport = false;
};
};
# acceleration = "rocm";
# package = pkgs.ollama.override {
# config = {
# rocmSupport = true;
# cudaSupport = false;
# };
# };
}
else
{