mirror of
https://github.com/davegallant/nix-config
synced 2025-08-06 03:13:38 +00:00
Bind ollama to 0.0.0.0 and add models
This commit is contained in:
@@ -318,12 +318,14 @@ in
|
||||
package = unstable.ollama;
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
host = "0.0.0.0";
|
||||
environmentVariables = {
|
||||
HSA_OVERRIDE_GFX_VERSION = "11.0.2";
|
||||
};
|
||||
loadModels = [
|
||||
"deepseek-r1:8b"
|
||||
"dolphin3:8b"
|
||||
"llama3.1"
|
||||
"llava"
|
||||
];
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user