radish: enable ollama
This commit is contained in:
@@ -38,7 +38,7 @@ in
|
||||
};
|
||||
|
||||
ollama = {
|
||||
enable = false; # FIXME: https://github.com/NixOS/nixpkgs/issues/376930
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
environmentVariables = {
|
||||
HSA_OVERRIDE_GFX_VERSION = "11.0.3";
|
||||
@@ -75,7 +75,10 @@ in
|
||||
mode = "repokey";
|
||||
passphrase = "will be overridden from environment file";
|
||||
};
|
||||
extraCreateArgs = [ "--stats" "--progress" ];
|
||||
extraCreateArgs = [
|
||||
"--stats"
|
||||
"--progress"
|
||||
];
|
||||
compression = "auto,zstd";
|
||||
startAt = "daily";
|
||||
persistentTimer = true;
|
||||
|
||||
Reference in New Issue
Block a user