installed ollama
This commit is contained in:
parent
b6605dff27
commit
95c8418591
3 changed files with 31 additions and 0 deletions
|
@ -22,6 +22,16 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
|
||||
loadModels = [
|
||||
"deepseek-coder:6.7b"
|
||||
"deepseek-r1:8b"
|
||||
"deepseek-r1:70b"
|
||||
];
|
||||
};
|
||||
|
||||
# enabled virtualisation for docker
|
||||
# virtualisation.docker.enable = true;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue