mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53: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;
|
binaryCache.enable = true;
|
||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
gpu = "amd";
|
gpu = ""; # rocm is broken on nixos unstable
|
||||||
listenAddress = "0.0.0.0:11434";
|
listenAddress = "0.0.0.0:11434";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue