ollama
This commit is contained in:
parent
e326eef6f4
commit
6bd365f84e
5 changed files with 9 additions and 15 deletions
6
system/ollama.nix
Normal file
6
system/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{...}: {
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
acceleration = "rocm";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue