mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
fix: ollama things
This commit is contained in:
parent
a2a52a1309
commit
5fe53697d4
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
# Optional: preload models, see https://ollama.com/library
|
# Optional: preload models, see https://ollama.com/library
|
||||||
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
|
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
|
||||||
# acceleration = "rocm"; # nope, 5700XT is too old for this
|
acceleration = "rocm"; # nope, 5700XT is too old for this
|
||||||
};
|
};
|
||||||
services.open-webui.enable = false;
|
services.open-webui.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue