mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 02:13:55 -05:00
mauville: disable ollama gpu acceleration
This commit is contained in:
parent
2ad8715d2e
commit
6168d6048a
|
@ -50,7 +50,7 @@ in {
|
|||
binaryCache.enable = true;
|
||||
ollama = {
|
||||
enable = true;
|
||||
gpu = "amd";
|
||||
gpu = ""; # rocm is broken on nixos unstable
|
||||
listenAddress = "0.0.0.0:11434";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue