feat(ollama): setup deepseek models.
This commit is contained in:
parent
4244fc0a6d
commit
4fca123552
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
config = lib.mkIf config.crony.ollama.enable {
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
loadModels = ["deepseek-r1:8b"];
|
||||
loadModels = ["deepseek-r1:14b" "deepseek-coder-v2:16b-lite-instruct-q4_K_M"];
|
||||
acceleration = "cuda";
|
||||
};
|
||||
services.open-webui = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue