mimir: enable ollama
This commit is contained in:
parent
f8189a8115
commit
89b82409a9
1 changed files with 9 additions and 0 deletions
|
@ -449,6 +449,15 @@
|
|||
openFirewall = false;
|
||||
openBroadcast = true;
|
||||
};
|
||||
|
||||
ollama = {
|
||||
enable = true;
|
||||
acceleration = "cuda";
|
||||
host = "100.119.162.110";
|
||||
loadModels = [
|
||||
"mistral"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
environment = {
|
||||
|
|
Loading…
Reference in a new issue