8 lines
143 B
Nix
8 lines
143 B
Nix
{...}: {
|
|
# Get up and running with large language models locally.
|
|
services.ollama = {
|
|
enable = true;
|
|
acceleration = "rocm";
|
|
};
|
|
}
|