mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Add loadModels to ollama
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user