mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
enabled rocm for ollama
This commit is contained in:
parent
16b04722e5
commit
3255e7c32e
|
@ -56,7 +56,7 @@ in {
|
|||
binaryCache.enable = true;
|
||||
ollama = {
|
||||
enable = true;
|
||||
gpu = ""; # rocm is broken on nixos unstable
|
||||
gpu = "amd";
|
||||
listenAddress = "0.0.0.0:11434";
|
||||
};
|
||||
syncthing = {
|
||||
|
|
Loading…
Reference in a new issue