mimir: enable ollama

This commit is contained in:
Erwin Boskma 2024-09-16 10:31:07 +02:00
parent f8189a8115
commit 89b82409a9
Signed by: erwin
SSH key fingerprint: SHA256:/Wk1WZdLg+vQHs3in9qq7PsIp8SMzwGSk/RLZ5zPuZk

View file

@ -449,6 +449,15 @@
openFirewall = false; openFirewall = false;
openBroadcast = true; openBroadcast = true;
}; };
ollama = {
enable = true;
acceleration = "cuda";
host = "100.119.162.110";
loadModels = [
"mistral"
];
};
}; };
environment = { environment = {