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