Refactor ollama service
This commit is contained in:
parent
89dff37210
commit
a91a056c28
3 changed files with 10 additions and 6 deletions
9
nixos/fuchsia/services/ollama.nix
Normal file
9
nixos/fuchsia/services/ollama.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
# Get up and running with large language models locally.
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue