enabled rocm for ollama

This commit is contained in:
Aly Raffauf 2024-04-27 10:51:59 -04:00
parent 16b04722e5
commit 3255e7c32e

View file

@ -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 = {