mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Add loadModels to ollama
This commit is contained in:
@@ -287,6 +287,10 @@ in
|
||||
environmentVariables = {
|
||||
HSA_OVERRIDE_GFX_VERSION = "11.0.2";
|
||||
};
|
||||
loadModels = [
|
||||
"deepseek-r1:8b"
|
||||
"dolphin3:8b"
|
||||
];
|
||||
};
|
||||
|
||||
services.open-webui = {
|
||||
|
Reference in New Issue
Block a user