Add loadModels to ollama

This commit is contained in:
Dave Gallant
2025-02-09 22:03:22 -05:00
parent 0ea4c70d24
commit 7b64acbe30

View File

@@ -287,6 +287,10 @@ in
environmentVariables = { environmentVariables = {
HSA_OVERRIDE_GFX_VERSION = "11.0.2"; HSA_OVERRIDE_GFX_VERSION = "11.0.2";
}; };
loadModels = [
"deepseek-r1:8b"
"dolphin3:8b"
];
}; };
services.open-webui = { services.open-webui = {